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 cbd2029 commit e835049Copy full SHA for e835049
tests/third_party/cupy/math_tests/test_special.py
@@ -8,6 +8,7 @@
8
9
class TestSpecial(unittest.TestCase):
10
11
+ @pytest.mark.skip("i0 is not implemented")
12
@testing.for_dtypes(["e", "f", "d"])
13
@testing.numpy_cupy_allclose(rtol=1e-3)
14
def test_i0(self, xp, dtype):
0 commit comments