Skip to content

Commit 0c6c46c

Browse files
author
Alihan Zihna
committed
change the tests
1 parent 037fff0 commit 0c6c46c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pymc/tests/test_distributions_moments.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,8 @@ def test_halfnormal_moment(sigma, size, expected):
133133
[
134134
(1, 1, None, 1),
135135
(1, 1, 5, np.ones(5)),
136-
(1, np.arange(5), None, np.arange(5)),
137136
(1, np.arange(5), (2, 5), np.full((2, 5), np.arange(5))),
138-
(np.arange(1, 6), 1, 5, np.full(5, 1)),
137+
(np.arange(1, 6), 1, None, np.full(5, 1)),
139138
],
140139
)
141140
def test_halfstudentt_moment(nu, sigma, size, expected):

0 commit comments

Comments
 (0)