I want to use networkx in python to read a .gml file. However when I do, it raises the error which is true that in the .gml file there are duplicate edges. Is there any way to read a .gml file with duplicate edges without raising an error? Answer You should simply add “multigraph 1” to the file header, which