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).
- Parameters:
context (
PipelineContext) – Pipeline context (unused at validation time but required by the pipeline step interface).- Raises:
TypeError – If any item in
checksdoes not satisfy theCheckprotocol.- Return type:
None