diff --git a/api/s23_options.py b/api/s23_options.py index 66afaf2..928379e 100644 --- a/api/s23_options.py +++ b/api/s23_options.py @@ -55,7 +55,7 @@ def get_option_schema(name: str) -> dict[str, dict[str, Any]]: 'QUALITY' : element_schema, 'DIFFUSIVITY' : element_schema, 'TOLERANCE' : element_schema, - #'QUALITY' : element_schema, + #'MAP' : element_schema, }