We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8ea78 commit 25236cfCopy full SHA for 25236cf
pytensor/tensor/rewriting/subtensor.py
@@ -1194,7 +1194,6 @@ def movable(i):
1194
tip = new_add
1195
for mi in movable_inputs:
1196
assert o_type.is_super(tip.type)
1197
- assert mi.owner.inputs[0].type.is_super(tip.type)
1198
tip = mi.owner.op(tip, *mi.owner.inputs[1:])
1199
# Copy over stacktrace from outputs of the original
1200
# "movable" operation to the new operation.
0 commit comments