Skip to content

Commit cf34147

Browse files
Fix digitize test
1 parent 4e02172 commit cf34147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpnp/tests/test_histogram.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def test_digitize_error(self):
113113
bins_np = dpnp.asnumpy(bins_dp)
114114
with pytest.raises(TypeError):
115115
dpnp.digitize(x_np, bins_dp)
116+
with pytest.raises(TypeError):
116117
dpnp.digitize(x_dp, bins_np)
117118

118119
# bins ndim < 1

0 commit comments

Comments
 (0)