Skip to content

Repair parallelized population sampling #3559

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
use more general suggestion in the log message
Co-Authored-By: Colin <[email protected]>
  • Loading branch information
michaelosthege and ColCarroll authored Jul 21, 2019
commit 971c8e0008fc87631b4dd0687c10a0618fd9d53a
2 changes: 1 addition & 1 deletion pymc3/sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ def __init__(self, steppers, parallelize):
_log.debug('Error was: ', exec_info=True)
else:
_log.info('Chains are not parallelized. You can enable this by passing '
'pm.sample(cores=2).')
'`pm.sample(cores=n)`, where n > 1.')
return super().__init__()

def __enter__(self):
Expand Down