Skip to content
Snippets Groups Projects
Commit 5096adce authored by Manuel Günther's avatar Manuel Günther
Browse files

fixed test script

parent abf0e758
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,7 @@ def test_collect_results():
# simply test that the collect_results script works
test_dir = tempfile.mkdtemp(prefix='bobtest_')
try:
from facereclib.script.collect_results import main
from bob.bio.base.script.collect_results import main
main(['--directory', test_dir, '--sort', '--sort-key', 'dir', '--criterion', 'FAR', '--self-test'])
finally:
if os.path.exists(test_dir):
......
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