From baf1f8dd134e5d62a713ff4f4a9d780643c70e2c Mon Sep 17 00:00:00 2001 From: Theophile GENTILHOMME <tgentilhomme@jurasix08.idiap.ch> Date: Thu, 21 Jun 2018 13:28:11 +0200 Subject: [PATCH] [test][commands] Fix test according to changes in nbins option --- 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 32366e19..acc99ff5 100644 --- a/bob/bio/base/test/test_commands.py +++ b/bob/bio/base/test/test_commands.py @@ -244,7 +244,7 @@ def test_hist(): with runner.isolated_filesystem(): result = runner.invoke(commands.hist, ['--criterion', 'min-hter', '--output', 'HISTO.pdf', '-b', - '30,auto,30,doane', dev1, dev2]) + '30,auto', dev1, dev2]) if result.output: click.echo(result.output) assert result.exit_code == 0, (result.exit_code, result.output) -- GitLab