Skip to content

Commit

Permalink
Fix digitize test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderKalistratov committed Nov 28, 2024
1 parent 4e02172 commit cf34147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dpnp/tests/test_histogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def test_digitize_error(self):
bins_np = dpnp.asnumpy(bins_dp)
with pytest.raises(TypeError):
dpnp.digitize(x_np, bins_dp)
with pytest.raises(TypeError):
dpnp.digitize(x_dp, bins_np)

# bins ndim < 1
Expand Down

0 comments on commit cf34147

Please sign in to comment.