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 93f2a74 commit 257a6cbCopy full SHA for 257a6cb
numcodecs/__init__.py
@@ -51,7 +51,7 @@
51
ncores = 1
52
blosc._init()
53
blosc.set_nthreads(min(8, ncores))
54
-atexit.register(blosc.destroy)
+atexit.register(blosc._destroy)
55
56
from numcodecs import zstd as zstd
57
from numcodecs.zstd import Zstd
0 commit comments