We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3ffb2 commit f0da96eCopy full SHA for f0da96e
src/pynxtools/dataconverter/nexus_tree.py
@@ -905,7 +905,7 @@ def _check_enum_fit(xml_elem: ET._Element) -> bool:
905
if elem_enum is not None:
906
if self.items is None:
907
# Case where inherited entity is enumerated, but current node isn't
908
- return False
+ return True
909
elem_enum_open = elem_enum.attrib.get("open", "false")
910
911
if elem_enum_open == "true":
0 commit comments