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
checksdoes not satisfy theCheckprotocol.- Parameters:
context (PipelineContext)
- Return type:
None