Skip to content

Commit 59f795d

Browse files
author
Vahid Tavanashad
committed
fix failing tests
1 parent 34f2fa7 commit 59f795d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/tests/test_binary_ufuncs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def test_divide(self, dtype):
195195
expected = numpy.divide(a, b)
196196

197197
ia, ib = dpnp.array(a), dpnp.array(b)
198-
if numpy.issubdtype(dtype, numpy.bool):
198+
if numpy.issubdtype(dtype, dpnp.bool):
199199
out_dtype = dpnp.float64
200200
else:
201201
out_dtype = _get_output_data_type(dtype)

0 commit comments

Comments
 (0)