Am 27.09.18 um 07:36 schrieb ashutosh:
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.
If you want us to understand the problem you are having, you must provide a minimal and self-contained example that shows it, otherwise there is little we can do.
Best, Tiago