Skip to content

Commit 45f6ed5

Browse files
all classes are defined as class test_class_name():
1 parent 3acad32 commit 45f6ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_mkl_service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def test_get_dynamic(self):
131131
mkl.get_dynamic()
132132

133133

134-
class test_timing:
134+
class test_timing():
135135
# https://software.intel.com/en-us/mkl-developer-reference-c-timing
136136
def test_second(self):
137137
s1 = mkl.second()
@@ -191,7 +191,7 @@ def test_set_memory_limit(self):
191191
mkl.set_memory_limit(128)
192192

193193

194-
class test_conditional_numerical_reproducibility_control:
194+
class test_conditional_numerical_reproducibility_control():
195195
# https://software.intel.com/en-us/mkl-developer-reference-c-conditional-numerical-reproducibility-control
196196
def test_cbwr(self):
197197
branches = [

0 commit comments

Comments
 (0)