Skip to content

Commit 18088d2

Browse files
Fixed check_cbwr call in tests
1 parent c913b6e commit 18088d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mkl_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def test_cbwr(self):
215215
'avx512_e1_strict',
216216
]
217217
for branch in branches:
218-
yield check_cbwr, branch
218+
yield self.check_cbwr, branch
219219

220220
def check_cbwr(self, branch):
221221
status = mkl.cbwr_set(branch=branch)

0 commit comments

Comments
 (0)