From 5096adce8b1be0a998646125c3b59bdcba266d17 Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Fri, 19 Jun 2015 16:45:21 +0200 Subject: [PATCH] fixed test script --- bob/bio/base/test/test_scripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/bio/base/test/test_scripts.py b/bob/bio/base/test/test_scripts.py index 94c13f6e..8e000648 100644 --- a/bob/bio/base/test/test_scripts.py +++ b/bob/bio/base/test/test_scripts.py @@ -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): -- GitLab