Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Diptorup Deb committed Jun 30, 2023
1 parent d7c2405 commit 5fd5074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numba_dpex/tests/dpjit_tests/dpnp/test_dpnp_zeros_like.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def func(x, queue):
assert c1.usm_type == a1.usm_type
assert c1.sycl_device == queue.sycl_device
assert not c.asnumpy().any()
assert c.sycl_queue == queue
assert c1.sycl_queue == queue
assert c1.sycl_queue != a1.sycl_queue


Expand Down

0 comments on commit 5fd5074

Please sign in to comment.