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 12ccad5 commit 0fcba0aCopy full SHA for 0fcba0a
tests/third_party/cupy/math_tests/test_floating.py
@@ -29,7 +29,6 @@ def test_copysign_float(self, xp, dtype):
29
b = xp.array([-xp.inf, -3, -0.0, 0, 3, xp.inf], dtype=dtype)[None, :]
30
return xp.copysign(a, b)
31
32
- @pytest.mark.skip("ldexp() is not implemented yet")
33
@testing.for_float_dtypes(name="ftype")
34
@testing.for_dtypes(["i", "l"], name="itype")
35
@testing.numpy_cupy_array_equal()
0 commit comments