From a4c69fb97fe970d15c625ccd0ae07b0faba437e2 Mon Sep 17 00:00:00 2001 From: Manuel Gunther <siebenkopf@googlemail.com> Date: Fri, 28 Apr 2017 12:39:17 -0600 Subject: [PATCH] Corrected test case --- 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 a23d8072..d22d3154 100644 --- a/bob/bio/base/test/test_scripts.py +++ b/bob/bio/base/test/test_scripts.py @@ -392,7 +392,7 @@ def test_evaluate(): '--cmc', plots[2], '--rr', '--thresholds', '5000', '0', - '--min-farvalue', '1e-6', + '--min-far-value', '1e-6', '-v', ] -- GitLab