Skip to content
Snippets Groups Projects
Commit e9ff33cc authored by Matthew Pitkin's avatar Matthew Pitkin
Browse files

Remove whitespace

parent f4541d32
No related branches found
No related tags found
1 merge request!340Allow emcee to work with pre-release versions
......@@ -83,7 +83,7 @@ class Emcee(MCMCSampler):
logger.warning("The 'mh_proposal' option is no longer used "
"in emcee v{}, and will be ignored.".format(emcee.__version__))
del function_kwargs['mh_proposal']
for key in updatekeys:
if updatekeys[key] not in function_kwargs:
function_kwargs[updatekeys[key]] = function_kwargs.pop(key)
......
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