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
There is a Test subclass that can be used for it, but requires running pytest which is not the best for someone implementing their Op. We could put that functionality in a verify_infer_shape function like verify_grad.
Description
There is a Test subclass that can be used for it, but requires running pytest which is not the best for someone implementing their Op. We could put that functionality in a
verify_infer_shape
function likeverify_grad
.pytensor/tests/unittest_tools.py
Lines 178 to 265 in 3523bfa
Probably could do with some cleaning as well
The text was updated successfully, but these errors were encountered: