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
11 stars 8 forks source link

Add type checking to values #37

Open AAndersn opened 11 months ago

AAndersn commented 11 months ago

When running create_edge, need to check typing of attribute (int, float, etc.) and apply that to string-type query responses. Need to include warning message if edge did not match type.

AAndersn commented 11 months ago

This will resolve #4