Bug description
Calling graph.get_edge(0).property throws an error if graph is a ModelGraph.
Version
Linux
To reproduce
graph = osecir.ModelGraph()
graph.add_edge(...)
graph.get_edge(0).property
Relevant log output
Add any relevant information, e.g. used compiler, screenshots.
Checklist
Bug description
Calling graph.get_edge(0).property throws an error if graph is a ModelGraph.
Version
Linux
To reproduce
graph = osecir.ModelGraph()
graph.add_edge(...)
graph.get_edge(0).property
Relevant log output
Add any relevant information, e.g. used compiler, screenshots.
Checklist