Skip to content

Commit

Permalink
updated help for sampler kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
sahiljhawar committed Jul 28, 2023
1 parent f9fce5a commit 331ca83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmma/em/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def get_parser():
"--sampler-kwargs",
default="{}",
type=str,
help="Additional kwargs (e.g. {'evidence_tolerance':0.5}) for bilby.run_sampler",
help="Additional kwargs (e.g. {'evidence_tolerance':0.5}) for bilby.run_sampler, put a double quotation marks around the dictionary",
)
parser.add_argument(
"--cpus",
Expand Down

0 comments on commit 331ca83

Please sign in to comment.