Skip to content

Commit 7afd98d

Browse files
Remove skip in test_digitize (#1851)
1 parent 71bdbe1 commit 7afd98d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/third_party/cupy/statistics_tests/test_histogram.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,6 @@ class TestDigitize:
366366
@testing.for_all_dtypes(no_bool=True, no_complex=True)
367367
@testing.numpy_cupy_array_equal()
368368
def test_digitize(self, xp, dtype):
369-
if self.shape == () and not self.increasing:
370-
pytest.skip("dpctl issue #1689")
371369
x = testing.shaped_arange(self.shape, xp, dtype)
372370
bins = self.bins
373371
if not self.increasing:

0 commit comments

Comments
 (0)