Skip to content

Commit a714b24

Browse files
committed
Fix test incompatibility with newer PyTensor check
1 parent 760b553 commit a714b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/distributions/test_custom.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def test_multivariate_insufficient_signature(self):
287287
with pytest.raises(
288288
NotImplementedError, match="signature is not sufficient to infer the support shape"
289289
):
290-
CustomDist.dist(signature="(n)->(m)")
290+
CustomDist.dist([0], signature="(n)->(m)")
291291

292292

293293
class TestCustomSymbolicDist:

0 commit comments

Comments
 (0)