MCPcopy 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
241def 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
246def readFlo5Flow(filename):

Callers 1

writeFlowFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected