You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used to do import aesara.tensor as at, and for ease we just changed it to pytensor.tensor as at. Since we don't depend directly on any Aesara or Aesara-related library we should go with the new default pytensor.tensor as pt.
The text was updated successfully, but these errors were encountered:
I am currently getting acquainted with the repository, I have raised PR for fixes in documentation issue #6569. For this I have set-up the local environment.
Can I take this issue to get myself acquainted with the code base.
Hi @ricardoV94, I have created a PR implementing the changes that would close this issue. It would be great if you could review it and provide a feedback as this is my first contribution to this repo.
Description
We used to do
import aesara.tensor as at
, and for ease we just changed it topytensor.tensor as at
. Since we don't depend directly on any Aesara or Aesara-related library we should go with the new defaultpytensor.tensor as pt
.The text was updated successfully, but these errors were encountered: