We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When the trace is sliced manually, the n_draws in the sampler report are None, breaking from_pymc3.
n_draws
None
from_pymc3
Expected behavior from_pymc3 should just revert to the old strategy.
Additional context
The text was updated successfully, but these errors were encountered:
add regression test for arviz-devs#1208
1d288b2
check if n_draws is available and informative before using it
fe0a175
+ also warn the user about manually slicing + closes arviz-devs#1208 + bumps to 0.8.2 because of the hotfix
6b4de81
No branches or pull requests
Describe the bug
When the trace is sliced manually, the
n_draws
in the sampler report areNone
, breakingfrom_pymc3
.Expected behavior
from_pymc3
should just revert to the old strategy.Additional context
The text was updated successfully, but these errors were encountered: