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

Set HTER as vertical line when calling evaluate

parent 9d737997
No related branches found
No related tags found
2 merge requests!54Refactors the score loading and scripts functionality,!52generic plotting script for bob measure
......@@ -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']))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment