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
On https://www.pymc.io/projects/examples/en/latest/howto/howto_debugging.html we show how pytensor.printing.Print can be used to debug-print RVs which is helpful for debugging model issues. This could be done with nicer API if we add a debug kwarg that would wrap the RV internally with a Print Op.