Skip to content

Commit 51ee8c8

Browse files
Fixed typo
1 parent 2907869 commit 51ee8c8

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
@@ -21,7 +21,7 @@
2121

2222
valid_devices = []
2323
for device in available_devices:
24-
if d.default_selector_score < 0:
24+
if device.default_selector_score < 0:
2525
pass
2626
if device.backend.name not in list_of_backend_str:
2727
pass

0 commit comments

Comments
 (0)