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

Merge branch 'verbose' into 'master'

Fix broken commands cref bob.extension!86

See merge request !51
parents 0b85f0c6 8c447cec
Branches
Tags
1 merge request!51Fix broken commands cref bob.extension!86
Pipeline #
......@@ -23,7 +23,7 @@ CRITERIA = ('eer', 'min-hter', 'bpcer20')
@click.option('-n', '--n-sys', default=1, type=click.INT, show_default=True)
@verbosity_option()
@click.pass_context
def gen(ctx, outdir, mean_match, mean_non_match, n_sys):
def gen(ctx, outdir, mean_match, mean_non_match, n_sys, **kwargs):
"""Generate random scores.
Generates random scores in 4col or 5col format. The scores are generated
using Gaussian distribution whose mean is an input
......
......@@ -77,7 +77,7 @@ def write_scores_to_file(neg, pos, filename, attack=False):
@click.option('-mz', '--mean-zei', default=3, type=FLOAT, show_default=True)
@click.option('-mp', '--mean-pa', default=5, type=FLOAT, show_default=True)
@verbosity_option()
def gen(outdir, mean_gen, mean_zei, mean_pa):
def gen(outdir, mean_gen, mean_zei, mean_pa, **kwargs):
"""Generate random scores.
Generates random scores for three types of verification attempts:
genuine users, zero-effort impostors and spoofing attacks and writes them
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment