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 760b553 commit a714b24Copy full SHA for a714b24
tests/distributions/test_custom.py
@@ -287,7 +287,7 @@ def test_multivariate_insufficient_signature(self):
287
with pytest.raises(
288
NotImplementedError, match="signature is not sufficient to infer the support shape"
289
):
290
- CustomDist.dist(signature="(n)->(m)")
+ CustomDist.dist([0], signature="(n)->(m)")
291
292
293
class TestCustomSymbolicDist:
0 commit comments