We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a7df1 commit a6a45aaCopy full SHA for a6a45aa
neurofinder/commands/evaluate.py
@@ -3,7 +3,7 @@
3
import click
4
from .. import load, centers, shapes
5
6
-@click.argument('files', nargs=2, metavar='<files>', required=True)
+@click.argument('files', nargs=2, metavar='<files: ground truth, estimate>', required=True)
7
@click.option('--threshold', default=5, help='threshold distance')
8
@click.command('evaluate', short_help='compare results of two algorithms', options_metavar='<options>')
9
def evaluate(files, threshold):
0 commit comments