Skip to content
Snippets Groups Projects
Commit 1ec23556 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Renamed openset test file

parent a93954e1
No related branches found
No related tags found
1 merge request!94Resolve "No way of plotting open-set DIR curves"
Pipeline #
......@@ -498,7 +498,7 @@ def test_evaluate_closedset():
def test_evaluate_openset():
# tests our 'evaluate' script using the reference files
test_dir = tempfile.mkdtemp(prefix='bobtest_')
reference_file = os.path.join(data_dir, 'scores-nonorm-dev-openset')
reference_file = os.path.join(data_dir, 'scores-nonorm-openset-dev')
plot = os.path.join(test_dir, 'dir.pdf')
parameters = [
'--dev-files', reference_file,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment