gemseo_calibration / measures

Show inherited members

factory module

A factory to create instances of CalibrationMeasure.

class gemseo_calibration.measures.factory.CalibrationMeasureFactory[source]

Bases: BaseFactory

A factory to create instances of CalibrationMeasure.

Return type:

Any

is_integrated_measure(name)[source]

Return whether a calibration measure is an IntegratedMeasure.

Parameters:

name (str) – The name of the class of the calibration measure.

Returns:

Whether the calibration measure is an IntegratedMeasure.

Return type:

bool

failed_imports: dict[str, str]

The class names bound to the import errors.

property measures: list[str]

The names of the available calibration measures.