Skip to content

Commit 6bd4f34

Browse files
committed
Remove duplicated test parametrization
1 parent 4c54b7d commit 6bd4f34

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

pymc/tests/logprob/test_mixture.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -284,25 +284,6 @@ def test_hetero_mixture_binomial(p_val, size):
284284
(),
285285
0,
286286
),
287-
(
288-
(
289-
np.array(0, dtype=pytensor.config.floatX),
290-
np.array(1, dtype=pytensor.config.floatX),
291-
),
292-
(
293-
np.array(0.5, dtype=pytensor.config.floatX),
294-
np.array(0.5, dtype=pytensor.config.floatX),
295-
),
296-
(
297-
np.array(100, dtype=pytensor.config.floatX),
298-
np.array(1, dtype=pytensor.config.floatX),
299-
),
300-
np.array([0.1, 0.5, 0.4], dtype=pytensor.config.floatX),
301-
(),
302-
(),
303-
(),
304-
0,
305-
),
306287
(
307288
(
308289
np.array(0, dtype=pytensor.config.floatX),

0 commit comments

Comments
 (0)