Skip to content

Commit 7243bf6

Browse files
committed
Fix: Resetting capability in PyTest
1 parent 02fa2a5 commit 7243bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def keep_one_capability(cap: str):
422422
for c in possible_capabilities:
423423
if c != cap:
424424
simd.disable_capability(c)
425-
simd.enable_capability(c)
425+
simd.enable_capability(cap)
426426

427427

428428
def name_to_kernels(name: str):

0 commit comments

Comments
 (0)