Skip to content
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

store MAP even when self._ci = True #66

Merged
merged 2 commits into from Aug 21, 2018
Merged

store MAP even when self._ci = True #66

merged 2 commits into from Aug 21, 2018

Conversation

erikbern
Copy link
Contributor

This should produce better estimates and reduce the test flakiness

data = sampler.chain[:, nburnin:, :].reshape((-1, dim)).T
else:
data = x0
result['samples'] = sampler.chain[:, nburnin:, :].reshape((-1, dim)).T

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line too long (82 > 79 characters)

This was referenced Aug 21, 2018
@erikbern erikbern merged commit 96c49a7 into master Aug 21, 2018
@erikbern erikbern deleted the map branch August 21, 2018 04:10
@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 95.469% when pulling 84e827e on map into 4b33e0e on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants