Skip to content

Commit

Permalink
length
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Dec 19, 2020
1 parent d5d294f commit bb9c5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/electrode.py
Expand Up @@ -186,7 +186,7 @@ class StructureGroupDoc(BaseModel):

structure_matched: bool = Field(
None,
description="True if the structures in this group has been matched to each other. This is False for groups that contain all the left over structures with the same framework.",
description="True if the structures in this group has been matched to each other. This is False for groups that contain all the left over structures with the same framework.",
)

has_distinct_compositions: bool = Field(
Expand Down

0 comments on commit bb9c5c9

Please sign in to comment.