Skip to content
Snippets Groups Projects
Commit baf1f8dd authored by Theophile GENTILHOMME's avatar Theophile GENTILHOMME
Browse files

[test][commands] Fix test according to changes in nbins option

parent caed6582
No related branches found
No related tags found
1 merge request!164Fix test according to changes in nbins option
Pipeline #
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment