Check.validate#

Check.validate(experiment)[source]#

Verify the check is applicable to the given experiment.

Parameters:

experiment (BaseExperiment) – The experiment instance whose type is checked against applicable_methods.

Raises:

TypeError – If the experiment type is not in applicable_methods.

Return type:

None