We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4134b22 commit e50360cCopy full SHA for e50360c
tests/test_tensor.py
@@ -205,6 +205,7 @@ def test_join_mixed_ndim_supp():
205
],
206
)
207
@pytest.mark.parametrize("multivariate", (False, True))
208
+@pytest.mark.filterwarnings("ignore:`product`:DeprecationWarning")
209
def test_measurable_dimshuffle(ds_order, multivariate):
210
srng = at.random.RandomStream(2023532)
211
0 commit comments