Jerevia
Results
2
issues of
Jerevia
For example, ```python import networkit as nk nkG = nk.Graph(weighted=True) nkG.addNodes(100) nkG.addEdge(0, 1) nkG.addEdge(2, 3) nkG.removeNode(10) nk.writeGraph(nkG, 'graph.bin', nk.Format.NetworkitBinary) nk.readGraph('graph.bin', nk.Format.NetworkitBinary) ``` it prints ``` Segmentation fault (core dumped) ```...
Core: update response parse method of message_url for empty nations or other assets list bug fixes