Skip to content

Commit 32b1199

Browse files
committed
fix numpy tests [skip cirrus] [skip circle]
1 parent f4d91de commit 32b1199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scipy/stats/tests/test_stats.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8173,8 +8173,8 @@ def test_weighted_stouffer(self, xp, weights, expected_statistic, expected_pvalu
81738173

81748174
methods = ["fisher", "pearson", "tippett", "stouffer", "mudholkar_george"]
81758175

8176-
@skip_xp_backends('dask.array', reason='no sorting in Dask',
8177-
cpu_only=True, exceptions=['cupy', 'jax.numpy'])
8176+
@skip_xp_backends('dask.array', reason='no sorting in Dask')
8177+
@skip_xp_backends(cpu_only=True, exceptions=['cupy', 'jax.numpy'])
81788178
@pytest.mark.parametrize("variant", ["single", "all", "random"])
81798179
@pytest.mark.parametrize("method", methods)
81808180
def test_monotonicity(self, variant, method, xp):

0 commit comments

Comments
 (0)