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
Why are we defining a new string type? An alias is sufficient if we even need it, but I think str is just fine. Also all PyTensor variables have a name attribute we don't need to call getattr(variable, "name") it may just be None