aesara-devs / aeppl

Tools for an Aesara-based PPL.
https://aeppl.readthedocs.io
MIT License
64 stars 20 forks source link

Fix the use of deprecated objects #165

Closed brandonwillard closed 2 years ago

brandonwillard commented 2 years ago

This PR updates our use of some Aesara objects and removes deprecation warnings.

codecov[bot] commented 2 years ago

Codecov Report

Base: 94.92% // Head: 94.92% // No change to project coverage :thumbsup:

Coverage data is based on head (a29e681) compared to base (e576d45). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #165 +/- ## ======================================= Coverage 94.92% 94.92% ======================================= Files 12 12 Lines 1852 1852 Branches 275 275 ======================================= Hits 1758 1758 Misses 53 53 Partials 41 41 ``` | [Impacted Files](https://codecov.io/gh/aesara-devs/aeppl/pull/165?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [aeppl/printing.py](https://codecov.io/gh/aesara-devs/aeppl/pull/165/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YWVwcGwvcHJpbnRpbmcucHk=) | `89.68% <ø> (ø)` | | | [aeppl/logprob.py](https://codecov.io/gh/aesara-devs/aeppl/pull/165/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YWVwcGwvbG9ncHJvYi5weQ==) | `98.02% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.