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 12553df commit 5f84554Copy full SHA for 5f84554
tests/third_party/cupy/statistics_tests/test_histogram.py
@@ -366,8 +366,6 @@ class TestDigitize:
366
@testing.for_all_dtypes(no_bool=True, no_complex=True)
367
@testing.numpy_cupy_array_equal()
368
def test_digitize(self, xp, dtype):
369
- if self.shape == () and not self.increasing:
370
- pytest.skip("dpctl issue #1689")
371
x = testing.shaped_arange(self.shape, xp, dtype)
372
bins = self.bins
373
if not self.increasing:
0 commit comments