httomo.yaml_checker.check_omitted_parameters_are_not_required

httomo.yaml_checker.check_omitted_parameters_are_not_required#

httomo.yaml_checker.check_omitted_parameters_are_not_required(conf: List[Dict[str, Any]]) bool[source]#

Check that any parameters omitted in method configs are not required.

Notes

This check is functionally equivalent to checking that any parameters omitted in method configs have default values.