We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acad32 commit 45f6ed5Copy full SHA for 45f6ed5
tests/test_mkl_service.py
@@ -131,7 +131,7 @@ def test_get_dynamic(self):
131
mkl.get_dynamic()
132
133
134
-class test_timing:
+class test_timing():
135
# https://software.intel.com/en-us/mkl-developer-reference-c-timing
136
def test_second(self):
137
s1 = mkl.second()
@@ -191,7 +191,7 @@ def test_set_memory_limit(self):
191
mkl.set_memory_limit(128)
192
193
194
-class test_conditional_numerical_reproducibility_control:
+class test_conditional_numerical_reproducibility_control():
195
# https://software.intel.com/en-us/mkl-developer-reference-c-conditional-numerical-reproducibility-control
196
def test_cbwr(self):
197
branches = [
0 commit comments