From 3fea1b48110d2b1dfd59e59a7c0b64c80f0af499 Mon Sep 17 00:00:00 2001
From: Theophile GENTILHOMME <tgentilhomme@jurasix08.idiap.ch>
Date: Tue, 26 Jun 2018 09:39:49 +0200
Subject: [PATCH] [test][test_commands] legends option replaced by titles
 option for histograms

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

diff --git a/bob/bio/base/test/test_commands.py b/bob/bio/base/test/test_commands.py
index acc99ff5..c5e17bc5 100644
--- a/bob/bio/base/test/test_commands.py
+++ b/bob/bio/base/test/test_commands.py
@@ -252,7 +252,7 @@ def test_hist():
     with runner.isolated_filesystem():
         result = runner.invoke(commands.hist, ['--criterion', 'eer', '--output',
                                                'HISTO.pdf', '-b', '30', '-e',
-                                               '-lg', 'A,B', dev1, test1, dev2,
+                                               '-ts', 'A,B', dev1, test1, dev2,
                                                test2])
         if result.output:
             click.echo(result.output)
-- 
GitLab