Skip to content
Snippets Groups Projects
Commit 83a916b3 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'nbins' into 'master'

Fix test according to changes in nbins option

See merge request !164
parents caed6582 baf1f8dd
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.
Please register or to comment