Skip to content

Commit 00ec43d

Browse files
Changed CNR test class name to abbreviation
1 parent ab7baf8 commit 00ec43d

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
@@ -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_cnr_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)