Skip to content

Commit ded606b

Browse files
committed
Fix more issues with newer numpy API
1 parent 965534a commit ded606b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/logprob/test_transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def test_loc_transform_rv(self, rv_size, loc_type, addition):
288288
@pytest.mark.parametrize(
289289
"rv_size, scale_type, product",
290290
[
291-
(None, pt.scalar, True),
291+
((), pt.scalar, True),
292292
(1, pt.TensorType("floatX", (True,)), True),
293293
((2, 3), pt.matrix, False),
294294
],

0 commit comments

Comments
 (0)