RunResult#

Module: iqm.cpc.core.run_result

class iqm.cpc.core.run_result.RunResult(run_data, dataset)#

Bases: object

The definitive data structure to represent the execution results of an Experiment.

The run result contains the full dataset and run data.

Attributes

run_data

Information that defines the Experiment run, after it was executed.

dataset

Xarray dataset that has the raw and post-processed data of an execution.

Methods

Parameters:
run_data: RunData#

Information that defines the Experiment run, after it was executed.

dataset: Dataset#

Xarray dataset that has the raw and post-processed data of an execution.

Inheritance

Inheritance diagram of iqm.cpc.core.run_result.RunResult