Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.measure
Commits
0ef4f9a0
Commit
0ef4f9a0
authored
Apr 09, 2018
by
Theophile GENTILHOMME
Browse files
Set HTER as vertical line when calling evaluate
parent
9d737997
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/measure/script/commands.py
View file @
0ef4f9a0
...
...
@@ -236,6 +236,7 @@ def evaluate(ctx, scores, test, **kwargs):
# the last one closes the file
ctx
.
meta
[
'closef'
]
=
True
click
.
echo
(
"Computing score histograms..."
)
ctx
.
meta
[
'criter'
]
=
'hter'
# no criterion passed in evaluate
ctx
.
forward
(
hist
)
click
.
echo
(
"Evaluate successfully completed!"
)
click
.
echo
(
"[plots] => %s"
%
(
ctx
.
meta
[
'output'
]))
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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