modelrunner.run.compatibility.version0 module

Contains code necessary for loading results from format version 0

read_hdf_data(node)[source]

read structured data written with write_hdf_dataset() from an HDF node

result_from_file_v0(path, **kwargs)[source]

load object from a file using format version 1

Parameters:
  • store (str or zarr.Store) – Path or instance describing the storage, which is either a file path or a zarr.Storage.

  • path (Path) –

Return type:

Result