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 4cf6d94 commit 5167df1Copy full SHA for 5167df1
tests/test_filters.py
@@ -377,7 +377,7 @@ def test_array_filter_dtype_passthrough(dtype):
377
on exit, so this is an expected fail for singles.
378
"""
379
if dtype == np.float32:
380
- pytest.xfail(reason="ArrayFilter currently upcasts singles.", strict=True)
+ pytest.xfail(reason="ArrayFilter currently upcasts singles.")
381
382
L = 8
383
arr = np.ones((L, L), dtype=dtype)
0 commit comments