Skip to content

Commit

Permalink
adjust test to new DPn limit
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMVale committed Feb 19, 2024
1 parent d24676e commit f32751a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/distributions/test_distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_properties(dist1, dist2):

def test_inputs():
with pytest.raises(ValueError):
d = Poisson(1)
d = Poisson(0.99)
with pytest.raises(ValueError):
d = LogNormal(10, 1)
with pytest.raises(ValueError):
Expand Down

0 comments on commit f32751a

Please sign in to comment.