We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
local_blockwise_alloc
1 parent b79d232 commit 146a0a8Copy full SHA for 146a0a8
pytensor/tensor/rewriting/blockwise.py
@@ -188,6 +188,5 @@ def local_blockwise_alloc(fgraph, node):
188
)
189
for new_out in new_outs
190
]
191
- assert new_outs[0].type.broadcastable == old_out_type.broadcastable
192
copy_stack_trace(node.outputs, new_outs)
193
return new_outs
0 commit comments