> Would you let me know when you fix the Graph.DictList() method? I am having a > similar problem with a very large file and I am unable to fix it :-(
Sure. In the meanwhile, run “del g.es[None]” as a workaround after you have constructed the graph using Graph.DictList - this gets rid of the edge attribute named None that was mistakenly constructed by Graph.DictList. — T. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
