From c7241ea1746392fe46db17e8b6e81de1c9c34ffb 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 ebbb20e6..dc5b5b5e 100644 --- a/bob/bio/base/test/test_scripts.py +++ b/bob/bio/base/test/test_scripts.py @@ -478,7 +478,7 @@ def test_evaluate(): '--cmc', plots[2], '--rr', '--thresholds', '5000', '0', - '--min-farvalue', '1e-6', + '--min-far-value', '1e-6', '-v', ] -- GitLab