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

Allow copy and deepcopy of PYMC models #7492

Merged
merged 9 commits into from
Oct 3, 2024

updated copy method docs and simplified TestModelCopy tests

07106ec
Select commit
Loading
Failed to load commit list.
Merged

Allow copy and deepcopy of PYMC models #7492

updated copy method docs and simplified TestModelCopy tests
07106ec
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 30, 2024 in 0s

92.44% (+0.28%) compared to 2856062

View this Pull Request on Codecov

92.44% (+0.28%) compared to 2856062

Details

Codecov Report

Attention: Patch coverage is 75.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 92.44%. Comparing base (2856062) to head (07106ec).
Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
pymc/model/core.py 66.66% 3 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #7492      +/-   ##
==========================================
+ Coverage   92.15%   92.44%   +0.28%     
==========================================
  Files         103      103              
  Lines       17208    17119      -89     
==========================================
- Hits        15858    15825      -33     
+ Misses       1350     1294      -56     
Files with missing lines Coverage Δ
pymc/model/fgraph.py 97.94% <100.00%> (+0.03%) ⬆️
pymc/model/core.py 91.82% <66.66%> (+0.07%) ⬆️

... and 26 files with indirect coverage changes