Skip to content

Commit 94dccbc

Browse files
Enable cupy test for dpnp.isfortran()
1 parent 18ec3eb commit 94dccbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/third_party/cupy/logic_tests/test_type_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def setUp(self):
7272
)
7373
class TestIsFortran(unittest.TestCase):
7474

75-
@pytest.mark.skip("isfortran not implemented")
7675
@testing.numpy_cupy_equal()
7776
def test(self, xp):
7877
return xp.isfortran(xp.asarray(self.value))

0 commit comments

Comments
 (0)