Fix option schema

This commit is contained in:
WQY\qiong
2022-10-29 22:32:42 +08:00
parent 1109ca4b6d
commit 42eebf5bd3

View File

@@ -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,
}