Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CUT3R/CUT3R
/ writeFlo5File
Function
writeFlo5File
datasets_preprocess/flow_IO.py:241–243 ·
view source on GitHub ↗
(flow, filename)
Source
from the content-addressed store, hash-verified
239
240
241
def
writeFlo5File(flow, filename):
242
with
h5py.File(filename,
"w"
)
as
f:
243
f.create_dataset(
"flow"
, data=flow, compression=
"gzip"
, compression_opts=5)
244
245
246
def
readFlo5Flow(filename):
Callers
1
writeFlowFile
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected