From d33788bd44caeaabc076447e457b1404f1b9eea3 Mon Sep 17 00:00:00 2001 From: Manuel Gunther <siebenkopf@googlemail.com> Date: Fri, 28 Apr 2017 12:14:45 -0600 Subject: [PATCH] Added parameter value to test case --- bob/bio/base/test/test_scripts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bob/bio/base/test/test_scripts.py b/bob/bio/base/test/test_scripts.py index 7b647065..ebbb20e6 100644 --- a/bob/bio/base/test/test_scripts.py +++ b/bob/bio/base/test/test_scripts.py @@ -478,6 +478,7 @@ def test_evaluate(): '--cmc', plots[2], '--rr', '--thresholds', '5000', '0', + '--min-farvalue', '1e-6', '-v', ] -- GitLab