Skip to content

Commit

Permalink
Fix test incompatibility with newer PyTensor check
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Dec 5, 2024
1 parent 2fcea58 commit 50e034b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/distributions/test_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def test_multivariate_insufficient_signature(self):
with pytest.raises(
NotImplementedError, match="signature is not sufficient to infer the support shape"
):
CustomDist.dist(signature="(n)->(m)")
CustomDist.dist([0], signature="(n)->(m)")


class TestCustomSymbolicDist:
Expand Down

0 comments on commit 50e034b

Please sign in to comment.