Skip to content

Commit

Permalink
remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
hyanwong committed Oct 23, 2018
1 parent 372e6da commit 96a8399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ def run_ancestor_comparison(args):
err = err[:-len(".csv")]
name_format = os.path.join(
args.destination_dir, "anc-qual_n={}_Ne={}_L={}_mu={}_rho={}_err={}_{{}}".format(
args.sample_size, args.Ne, args.length, args.mutation_rate,
args.sample_size, args.Ne, args.length, args.mutation_rate,
args.recombination_rate, err))
if args.store_data:
# TODO Are we using this option for anything?
Expand Down

0 comments on commit 96a8399

Please sign in to comment.