Conversation
|
Hi @ntamas ,
I did not modify other parts of code. Now to maintain homogeneity:
|
|
I think i haven't handled negative weight scenario. I will refer to behavior w.r.t R implementation and accordingly handle in python. |
|
@ntamas Thanks |
ntamas
left a comment
There was a problem hiding this comment.
Thanks a lot for your contribution! I have requested a few minor changes, but otherwise it seems good to go. I'll merge this when the requests are addressed.
09025f6 to
07cf844
Compare
1f8d430 to
1d1d9b8
Compare
|
@ntamas why is wheel build is not happening in win32 x86 system? How to debug this issue? |
|
This is probably an issue with the C core and is unrelated to your PR. I'll merge this and then fix the failing build in a separate commit. Thanks for your contribution! |
I requested it and it was added YEARS ago: igraph/python-igraph#303
Fixes Issue: #229
I have handled following cases w.r.t permutations of params:
ValueErrorwhen multiple and weighted can not co-exist.weighted=Truegraph becomes weighted with edge_attr=weightweighted="some_str"graph is un-weighted with edge_attr=some_strdirected=True, mode="out", weighted=Truegraph is weighted, directionoutis respcteddirected=True, mode="in", weighted=Truegraph is weighted, directioninis respcteddirected=True, mode="all", weighted=Truegraph is weighted, directionallis respcted