memote.suite.reporting.bag module

Utilities that handle a dask.bag.

class memote.suite.reporting.bag.ResultBagWrapper(files, **kwargs)[source]

Bases: object

Report-specific wrapper around a dask.bag.

build_index()[source]

Build a data index either from timestamps and commit hashes.

get_basic_dataframe()[source]

Create basic information data frame.

get_biomass_dataframe()[source]

Create biomass information data frame.

get_consistency_dataframe()[source]

Create consistency information data frame.

get_model_ids()[source]

Get unique model IDs. Should typically be of length one.

get_syntax_dataframe()[source]

Create syntax information data frame.