-
Notifications
You must be signed in to change notification settings - Fork 129
Update aliases to reflect package name #547
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
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There's many more |
I'll just do it all what the heck. Unless you want it in a different PR. If so I'll revert the one test file I got and open another one later to handle the codebase itself. |
Change `import pytensor.scalar as aes` to `as ps` everywhere Change `import pytensor.tensor.random as aer` to `as ptr` everywhere Change test variables with `_at` suffix or `at_` prefix to `_pt` and `pt_`, respectively
import pytensor.tensor as at
to as pt
everywhere in the docs
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #547 +/- ##
=======================================
Coverage 80.90% 80.90%
=======================================
Files 162 162
Lines 46415 46415
Branches 11353 11353
=======================================
Hits 37553 37553
Misses 6639 6639
Partials 2223 2223
|
@ricardoV94 I think I got everything |
I'll take your word for it. If this was your long con to mine bitcoin from pymc users hats-off to you in advance |
Description
This PR changes all the aliases in all the code from
at
,aes
,aer
, etc., topt
,ps
,ptr
, etc. This includes in tests, docs, and the main codebase.Also I directly changed the .rst files in the docs, I'm not sure if I was supposed to do that, or if those are auto-generated?
Related Issue
at
aliases topt
#380Checklist
Type of change