Skip to content

Commit e327dfb

Browse files
authored
Update tests with proper call of dpctl.SyclQueue() (#1290)
1 parent 06533eb commit e327dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sycl_queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def test_random_state(func, args, kwargs, device, usm_type):
426426
assert device == res_array.sycl_device
427427
assert usm_type == res_array.usm_type
428428

429-
sycl_queue = dpctl.SyclQueue(device=device, property="in_order")
429+
sycl_queue = dpctl.SyclQueue(device, property="in_order")
430430

431431
# test with in-order SYCL queue per a device and passed as argument
432432
rs = dpnp.random.RandomState((147, 56, 896), sycl_queue=sycl_queue)

0 commit comments

Comments
 (0)