Skip to content

Commit 0dabc17

Browse files
committed
TST: Add tests
1 parent f652357 commit 0dabc17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/tensor/random/test_basic.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
poisson,
4949
randint,
5050
random,
51+
rayleigh,
5152
standard_normal,
5253
t,
5354
triangular,
@@ -418,6 +419,10 @@ def test_exponential_default_args():
418419
compare_sample_values(exponential)
419420

420421

422+
def test_rayleigh_default_args():
423+
compare_sample_values(rayleigh)
424+
425+
421426
@pytest.mark.parametrize(
422427
"alpha, size",
423428
[

0 commit comments

Comments
 (0)