From 54d07691fe0aa324615a90a1a18eac073ed67efb Mon Sep 17 00:00:00 2001
From: Theophile GENTILHOMME <tgentilhomme@jurasix08.idiap.ch>
Date: Fri, 20 Apr 2018 15:36:00 +0200
Subject: [PATCH] Set force eval to det command

---
 bob/bio/base/script/commands.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bob/bio/base/script/commands.py b/bob/bio/base/script/commands.py
index c6e01585..20cfffa5 100644
--- a/bob/bio/base/script/commands.py
+++ b/bob/bio/base/script/commands.py
@@ -148,7 +148,7 @@ def det(ctx, scores, evaluation, **kargs):
     process.run()
 
 @click.command()
-@common_options.scores_argument(min_arg=2, nargs=-1)
+@common_options.scores_argument(min_arg=1, force_eval=True, nargs=-1)
 @common_options.output_plot_file_option(default_out='epc.pdf')
 @common_options.titles_option()
 @common_options.points_curve_option()
-- 
GitLab