提交 e8d5e510 authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Brandon T. Willard

Remove use of pytest.mark.parametrize ids in tests.link.test_numba

上级 a71c1aca
...@@ -3075,7 +3075,6 @@ def test_aligned_RandomVariable(rv_op, dist_args, size): ...@@ -3075,7 +3075,6 @@ def test_aligned_RandomVariable(rv_op, dist_args, size):
), ),
), ),
], ],
ids=str,
) )
def test_unaligned_RandomVariable(rv_op, dist_args, base_size, cdf_name, params_conv): def test_unaligned_RandomVariable(rv_op, dist_args, base_size, cdf_name, params_conv):
"""Tests for Numba samplers that are not one-to-one with Aesara's/NumPy's samplers.""" """Tests for Numba samplers that are not one-to-one with Aesara's/NumPy's samplers."""
...@@ -3143,7 +3142,6 @@ def test_unaligned_RandomVariable(rv_op, dist_args, base_size, cdf_name, params_ ...@@ -3143,7 +3142,6 @@ def test_unaligned_RandomVariable(rv_op, dist_args, base_size, cdf_name, params_
pytest.raises(ValueError, match="Parameters shape.*"), pytest.raises(ValueError, match="Parameters shape.*"),
), ),
], ],
ids=str,
) )
def test_CategoricalRV(rv_op, dist_args, size, cm): def test_CategoricalRV(rv_op, dist_args, size, cm):
rng = shared(np.random.RandomState(29402)) rng = shared(np.random.RandomState(29402))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论