We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8200ef2 commit 4d24631Copy full SHA for 4d24631
1 file changed
blosc/toplevel.py
@@ -91,6 +91,7 @@ def set_nthreads(nthreads):
91
raise ValueError("the number of threads cannot be larger than %d" %
92
blosc.MAX_THREADS)
93
94
+ blosc.nthreads = nthreads
95
return _ext.set_nthreads(nthreads)
96
97
0 commit comments