RSGInc / micromobility_toolset

Micromobility Travel Modeling Toolkit
Other
3 stars 2 forks source link

igraph: fix file write error #6

Closed blakerosenthal closed 3 years ago

blakerosenthal commented 3 years ago

In the new igraph implementation, the graph.write(...) method occasionally fails with the following error:

System Error: <built-in method write_graphml of Graph object at **address**> returned a result with an error set

This does not seem to affect the actual performance of the method, however -- the file gets properly written and reread, and the program can pick up where it left off.