Skip to content
Snippets Groups Projects
Commit 56eec084 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent 497baf55
No related merge requests found
......@@ -125,7 +125,7 @@ def main(args):
experiment_names=df.experiment_id,
n_flanks=df.n_flank.values,
c_flanks=df.c_flank.values,
verbose=args.verbose)
verbose=args.verbosity)
print("Done fitting in", time.time() - start, "seconds")
print("Saving")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment