pymc
pymc copied to clipboard
Log `basic_RVs` sampled in `sample_*_predictive` functions
Closes #5973
Major / Breaking Changes
- ...
Bugfixes / New features
- ...
Docs / Maintenance
- Log name of
basic_RVssampled in prior and posterior predictive
Codecov Report
Merging #6142 (6479ad4) into main (4c92adf) will increase coverage by
1.30%. The diff coverage is100.00%.
Additional details and impacted files
@@ Coverage Diff @@
## main #6142 +/- ##
==========================================
+ Coverage 91.28% 92.58% +1.30%
==========================================
Files 101 101
Lines 20945 20948 +3
==========================================
+ Hits 19119 19395 +276
+ Misses 1826 1553 -273
| Impacted Files | Coverage Δ | |
|---|---|---|
| pymc/sampling.py | 82.19% <100.00%> (+12.18%) |
:arrow_up: |
| pymc/smc/smc.py | 74.80% <0.00%> (-22.45%) |
:arrow_down: |
| pymc/smc/sample_smc.py | 77.85% <0.00%> (-5.37%) |
:arrow_down: |
| pymc/backends/base.py | 86.44% <0.00%> (+0.73%) |
:arrow_up: |
| pymc/step_methods/slicer.py | 96.20% <0.00%> (+1.26%) |
:arrow_up: |
| pymc/backends/report.py | 91.04% <0.00%> (+4.47%) |
:arrow_up: |
| pymc/step_methods/arraystep.py | 94.32% <0.00%> (+7.80%) |
:arrow_up: |
| pymc/step_methods/metropolis.py | 82.98% <0.00%> (+43.15%) |
:arrow_up: |
Only flaky test failing: #6091
Merging, flaky test is documented in #6143