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

Add ZarrTrace #7540

Merged
merged 7 commits into from
Jan 10, 2025

Minor mcmc code cleanup

09def3b
Select commit
Loading
Failed to load commit list.
Merged

Add ZarrTrace #7540

Minor mcmc code cleanup
09def3b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 9, 2025 in 0s

92.81% (-0.01%) compared to 70cb73c

View this Pull Request on Codecov

92.81% (-0.01%) compared to 70cb73c

Details

Codecov Report

Attention: Patch coverage is 92.02899% with 33 lines in your changes missing coverage. Please review.

Project coverage is 92.81%. Comparing base (70cb73c) to head (09def3b).

Files with missing lines Patch % Lines
pymc/backends/zarr.py 95.66% 13 Missing ⚠️
pymc/sampling/population.py 33.33% 10 Missing ⚠️
pymc/sampling/parallel.py 77.41% 7 Missing ⚠️
pymc/sampling/mcmc.py 95.74% 2 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.82%   92.81%   -0.01%     
==========================================
  Files         106      107       +1     
  Lines       17765    18168     +403     
==========================================
+ Hits        16490    16863     +373     
- Misses       1275     1305      +30     
Files with missing lines Coverage Δ
pymc/backends/__init__.py 92.68% <100.00%> (+0.79%) ⬆️
pymc/step_methods/compound.py 97.58% <100.00%> (+0.02%) ⬆️
pymc/util.py 83.56% <100.00%> (+0.11%) ⬆️
pymc/step_methods/state.py 95.52% <91.66%> (-1.03%) ⬇️
pymc/sampling/mcmc.py 87.45% <95.74%> (+1.26%) ⬆️
pymc/sampling/parallel.py 87.61% <77.41%> (-1.12%) ⬇️
pymc/sampling/population.py 70.83% <33.33%> (-3.85%) ⬇️
pymc/backends/zarr.py 95.66% <95.66%> (ø)