Skip to content

Commit 44921a6

Browse files
Addresses #5
mkl.cbwrt_get() now works out of the box and means mkl.cbwrt_get('all')
1 parent bf7b9ff commit 44921a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkl/_mkl_service.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ cpdef cbwr_set(branch=None):
275275
return __cbwr_set(branch)
276276

277277

278-
cpdef cbwr_get(cnr_const=None):
278+
cpdef cbwr_get(cnr_const='all'):
279279
"""
280280
Returns the current CNR settings.
281281
https://software.intel.com/en-us/mkl-developer-reference-c-mkl-cbwr-get

0 commit comments

Comments
 (0)