res2df.hook_implementations.forward_model_steps

class res2df.hook_implementations.forward_model_steps.Csv2Res[source]
static documentation()[source]

Returns the documentation for the plugin forward model

Return type:

Optional[ForwardModelStepDocumentation]

validate_pre_experiment(fm_json)[source]

Raise errors pertaining to the environment not being as the forward model step requires it to be. For example a missing FLOW version.

Return type:

None

class res2df.hook_implementations.forward_model_steps.Res2Csv[source]
static documentation()[source]

Returns the documentation for the plugin forward model

Return type:

Optional[ForwardModelStepDocumentation]

validate_pre_experiment(fm_json)[source]

Raise errors pertaining to the environment not being as the forward model step requires it to be. For example a missing FLOW version.

Return type:

None