From 4c448c4c1253dd28746def9f6f3d45f282e57841 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 7 Nov 2023 13:59:49 -0800 Subject: [PATCH] Update summary model has_props --- emmet-core/emmet/core/summary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emmet-core/emmet/core/summary.py b/emmet-core/emmet/core/summary.py index 8db6d6086a..22aa6c7d15 100644 --- a/emmet-core/emmet/core/summary.py +++ b/emmet-core/emmet/core/summary.py @@ -405,7 +405,7 @@ class SummaryDoc(PropertyDoc): # Has Props - has_props: Optional[List[HasProps]] = Field( + has_props: Optional[Dict[HasProps, bool]] = Field( None, description="List of properties that are available for a given material.", source="summary",