memote.experimental.experimental_base

Provide a class for medium definitions.

Module Contents

Classes

ExperimentalBase Represent a specific medium condition.
class memote.experimental.experimental_base.ExperimentalBase(identifier, obj, filename, **kwargs)[source]

Bases: object

Represent a specific medium condition.

SCHEMA[source]
TRUTHY[source]
load(self, dtype_conversion=None)[source]

Load the data table and corresponding validation schema.

Parameters:
dtype_conversion : dict

Column names as keys and corresponding type for loading the data. Please take a look at the pandas documentation for detailed explanations.

validate(self, model, checks=None)[source]

Use a defined schema to validate the given table.

static evaluate_report(report)[source]

Iterate over validation errors.