We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_sum
1 parent a1d7701 commit 1cf4a07Copy full SHA for 1cf4a07
1 file changed
array_api_tests/test_statistical_functions.py
@@ -195,6 +195,7 @@ def test_std(x, data):
195
# We can't easily test the result(s) as standard deviation methods vary a lot
196
197
198
+@pytest.mark.skip("flaky") # TODO: fix!
199
@given(
200
x=hh.arrays(
201
dtype=xps.numeric_dtypes(),
0 commit comments