Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyTables/PyTables
/ np2b2
Function
np2b2
examples/direct-chunk-shape.py:51–57 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
49
50
51
def
np2b2(a):
52
return
blosc2.asarray(
53
numpy.ascontiguousarray(a),
54
chunks=a.shape,
55
blocks=a.shape,
56
cparams=cparams,
57
)
58
59
60
# Assemble the array.
Callers
1
direct-chunk-shape.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected