Skip to content
Snippets Groups Projects
Commit 1dede763 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Minor fix to the warning message

parent be296bdf
No related branches found
No related tags found
1 merge request!643Adding an ACT estimate for the walks
Pipeline #89765 passed
......@@ -735,8 +735,8 @@ def sample_rwalk_bilby_with_act(args):
if max_walk_warning:
logger.warning(
"Hit maximum number of walks {} with accept={}, reject={}, "
"and nfail={} try increasing maxmcmc"
.format(maxmcmc, accept, reject, nfail))
"nfail={}, and act={} try increasing maxmcmc"
.format(maxmcmc, accept, reject, nfail, act))
max_walk_warning = False
if accept > 0:
# Break if we are above maxmcmc and have at least one accepted point
......
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