Skip to content

Make step method state keep track of var_names

Codecov / codecov/project succeeded Nov 8, 2024 in 0s

92.88% (+0.05%) compared to a507ea8

View this Pull Request on Codecov

92.88% (+0.05%) compared to a507ea8

Details

Codecov Report

Attention: Patch coverage is 95.09044% with 19 lines in your changes missing coverage. Please review.

Project coverage is 92.88%. Comparing base (a507ea8) to head (196f668).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
pymc/backends/zarr.py 96.81% 9 Missing ⚠️
pymc/sampling/parallel.py 84.37% 5 Missing ⚠️
pymc/sampling/mcmc.py 92.00% 4 Missing ⚠️
pymc/step_methods/state.py 91.66% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #7540      +/-   ##
==========================================
+ Coverage   92.83%   92.88%   +0.05%     
==========================================
  Files         106      107       +1     
  Lines       17669    18048     +379     
==========================================
+ Hits        16403    16764     +361     
- Misses       1266     1284      +18     
Files with missing lines Coverage Δ
pymc/backends/__init__.py 92.50% <100.00%> (+0.83%) ⬆️
pymc/step_methods/compound.py 97.58% <100.00%> (+0.02%) ⬆️
pymc/step_methods/hmc/quadpotential.py 84.63% <100.00%> (ø)
pymc/util.py 81.98% <100.00%> (+0.13%) ⬆️
pymc/step_methods/state.py 96.77% <91.66%> (-1.34%) ⬇️
pymc/sampling/mcmc.py 87.80% <92.00%> (+0.57%) ⬆️
pymc/sampling/parallel.py 88.08% <84.37%> (-0.42%) ⬇️
pymc/backends/zarr.py 96.81% <96.81%> (ø)