PNNL-CIM-Tools / CIM-Graph

Python library for creating in-memory labeled property graphs for creating, parsing, and editing CIM power system models
https://cimantic-graphs.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
10 stars 6 forks source link

ACDCTerminal.sequenceNumber is not an int type #4

Open afisher1 opened 1 year ago

afisher1 commented 1 year ago

Describe the bug Using CIM profile rc4_2021. ACDCTerminal.sequenceNumber is documented as having a type None or int checking and instance of this class attribute returned a type of str.

AAndersn commented 1 year ago

This will be fixed in https://github.com/PNNL-CIM-Tools/CIM-Graph/issues/5

AAndersn commented 1 month ago

This has been fixed in https://github.com/PNNL-CIM-Tools/CIM-Graph/blob/feature/68/cimgraph/databases/__init__.py#L97