Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.base
Commits
67a67cd7
Commit
67a67cd7
authored
Jun 20, 2018
by
Tiago de Freitas Pereira
Browse files
Fixed issue with nbins in the test unit
parent
8078ec3f
Pipeline
#21216
passed with stage
in 13 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/base/test/test_commands.py
View file @
67a67cd7
...
...
@@ -244,7 +244,7 @@ def test_hist():
with
runner
.
isolated_filesystem
():
result
=
runner
.
invoke
(
commands
.
hist
,
[
'--criterion'
,
'min-hter'
,
'--output'
,
'HISTO.pdf'
,
'-b'
,
'doane'
,
dev1
,
dev2
])
'
30,auto,30,
doane'
,
dev1
,
dev2
])
if
result
.
output
:
click
.
echo
(
result
.
output
)
assert
result
.
exit_code
==
0
,
(
result
.
exit_code
,
result
.
output
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment