Skip to content

Commit

Permalink
TEST: patch unform dist test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMonks committed Nov 23, 2023
1 parent ac8ff68 commit 18dacb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dists.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_normal():
assert type(d.sample()) == float

def test_uniform():
d = dists.Uniform(10, 1, random_seed=SEED_1)
d = dists.Uniform(1, 10, random_seed=SEED_1)
assert type(d.sample()) == float

def test_tri():
Expand Down

0 comments on commit 18dacb4

Please sign in to comment.