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 5d9f72c commit 5bf1bb7Copy full SHA for 5bf1bb7
pymc/distributions/shape_utils.py
@@ -759,8 +759,6 @@ def get_support_shape(
759
for inferred, explicit in zip(inferred_support_shape, support_shape)
760
]
761
762
- # Workaround https://github.com/pymc-devs/pytensor/issues/193 typing bug in stack signature
763
- inferred_support_shape = cast(Sequence[TensorVariable], inferred_support_shape)
764
return at.stack(inferred_support_shape)
765
766
0 commit comments