Sir,
How to add multiple edge properties? If my_eprop and other_eprop are two arrays of edge properties and there is another column of values in elist2, then
g.add_edge_list(elist2,eprops=[my_eprop,other_eprop])
Is this correct or not?
This doesn't give any error but it takes only the second property column from elist2 while ignores the first one.
-- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/