pymc-devs / pymc

Bayesian Modeling and Probabilistic Programming in Python
https://docs.pymc.io/
Other
8.47k stars 1.97k forks source link

Fix `import pymc.testing` #7357

Closed bomtall closed 2 weeks ago

bomtall commented 2 weeks ago

Description

Related Issue

Checklist

Type of change


📚 Documentation preview 📚: https://pymc--7357.org.readthedocs.build/en/7357/

welcome[bot] commented 2 weeks ago

Thank You Banner] :sparkling_heart: Thanks for opening this pull request! :sparkling_heart: The PyMC community really appreciates your time and effort to contribute to the project. Please make sure you have read our Contributing Guidelines and filled in our pull request template to the best of your ability.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.37%. Comparing base (4f76576) to head (9bcc103). Report is 3 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/pymc-devs/pymc/pull/7357/graphs/tree.svg?width=650&height=150&src=pr&token=JFuXtOJ4Cb&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymc-devs)](https://app.codecov.io/gh/pymc-devs/pymc/pull/7357?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymc-devs) ```diff @@ Coverage Diff @@ ## main #7357 +/- ## ======================================= Coverage 92.37% 92.37% ======================================= Files 102 102 Lines 17207 17210 +3 ======================================= + Hits 15895 15898 +3 Misses 1312 1312 ``` | [Files](https://app.codecov.io/gh/pymc-devs/pymc/pull/7357?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymc-devs) | Coverage Δ | | |---|---|---| | [pymc/testing.py](https://app.codecov.io/gh/pymc-devs/pymc/pull/7357?src=pr&el=tree&filepath=pymc%2Ftesting.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pymc-devs#diff-cHltYy90ZXN0aW5nLnB5) | `91.47% <100.00%> (+0.05%)` | :arrow_up: |
welcome[bot] commented 2 weeks ago

Congratulations Banner] Congrats on merging your first pull request! :tada: We here at PyMC are proud of you! :sparkling_heart: Thank you so much for your contribution :gift:

twiecki commented 2 weeks ago

Thanks!