Skip to content

Commit 18dacb4

Browse files
committed
TEST: patch unform dist test
1 parent ac8ff68 commit 18dacb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_normal():
2020
assert type(d.sample()) == float
2121

2222
def test_uniform():
23-
d = dists.Uniform(10, 1, random_seed=SEED_1)
23+
d = dists.Uniform(1, 10, random_seed=SEED_1)
2424
assert type(d.sample()) == float
2525

2626
def test_tri():

0 commit comments

Comments
 (0)