SensitivityAnalysis.validate#

SensitivityAnalysis.validate(context)[source]#

Validate that checks are well-formed.

At validation time the experiment may not yet be fitted, so we only check structural issues (e.g. that each object satisfies the Check protocol).

Raises:

TypeError – If any item in checks does not satisfy the Check protocol.

Parameters:

context (PipelineContext)

Return type:

None