pyradtran.params.validate_against_schema

pyradtran.params.validate_against_schema#

pyradtran.params.validate_against_schema(entry: Dict[str, Any], key: str, value: Any)[source]#

Validate one params entry against a schema option definition.

Raises:

ValidationError – On a choice mismatch, an out-of-range or non-numeric value, a missing required token, or extra tokens on a fixed-arity option.