diff --git a/bob/bio/base/test/test_commands.py b/bob/bio/base/test/test_commands.py index 32366e1933578f8b6acb08ce16848485c698e82b..acc99ff555d0f81f596d9a7f0b7d3b531e5e58b0 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)