Skip to content

Commit 0fcba0a

Browse files
committed
Enable third party test
1 parent 12ccad5 commit 0fcba0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/third_party/cupy/math_tests/test_floating.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def test_copysign_float(self, xp, dtype):
2929
b = xp.array([-xp.inf, -3, -0.0, 0, 3, xp.inf], dtype=dtype)[None, :]
3030
return xp.copysign(a, b)
3131

32-
@pytest.mark.skip("ldexp() is not implemented yet")
3332
@testing.for_float_dtypes(name="ftype")
3433
@testing.for_dtypes(["i", "l"], name="itype")
3534
@testing.numpy_cupy_array_equal()

0 commit comments

Comments
 (0)