modelrunner.run.compatibility.version2 module

Contains code necessary for loading results from format version 2

result_from_file_v2(store, *, loc='result', **kwargs)[source]

load object from a file using format version 1

Parameters:
  • store (Path) – Path of file to read

  • fmt (str) – Explicit file format. Determined from store if omitted.

  • label (str) – Name of the node in which the data was stored. This applies to some hierarchical storage formats.

  • loc (str) –

Return type:

Result