mindscience.utils.check_param_value
- mindscience.utils.check_param_value(param, param_name, valid_value)[source]
Check parameter's value.
- Parameters
- Raises
ValueError – If the value of the param is not in the allowed values.
Check parameter's value.
ValueError – If the value of the param is not in the allowed values.