Skip to content

Only pack variables for which prior samples are available #5338

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 1 commit into from
Jan 10, 2022

Conversation

michaelosthege
Copy link
Member

Closes #5337

@michaelosthege michaelosthege added this to the v4.0.0b2 milestone Jan 10, 2022
@michaelosthege michaelosthege self-assigned this Jan 10, 2022
@codecov
Copy link

codecov bot commented Jan 10, 2022

Codecov Report

Merging #5338 (fbd41bb) into main (95bd5e5) will increase coverage by 1.26%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5338      +/-   ##
==========================================
+ Coverage   78.94%   80.21%   +1.26%     
==========================================
  Files          88       89       +1     
  Lines       14237    14845     +608     
==========================================
+ Hits        11240    11908     +668     
+ Misses       2997     2937      -60     
Impacted Files Coverage Δ
pymc/backends/arviz.py 90.28% <ø> (+0.72%) ⬆️
pymc/backends/ndarray.py 79.64% <0.00%> (-9.74%) ⬇️
pymc/bart/utils.py 82.60% <0.00%> (-5.92%) ⬇️
pymc/tests/sampler_fixtures.py 84.89% <0.00%> (-5.88%) ⬇️
pymc/distributions/distribution.py 91.37% <0.00%> (-3.34%) ⬇️
pymc/backends/report.py 89.72% <0.00%> (-1.89%) ⬇️
pymc/bart/bart.py 94.33% <0.00%> (-1.58%) ⬇️
pymc/tests/backend_fixtures.py 76.04% <0.00%> (-1.52%) ⬇️
pymc/distributions/dist_math.py 86.85% <0.00%> (-0.85%) ⬇️
pymc/distributions/simulator.py 86.11% <0.00%> (-0.66%) ⬇️
... and 48 more

@michaelosthege michaelosthege merged commit f12b1fe into main Jan 10, 2022
@michaelosthege michaelosthege deleted the fix-5337 branch January 10, 2022 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sample_prior_predictive(var_names=[...]) results in KeyError inside to_inferencedata()
2 participants