Comment 5 for bug 1081458

Revision history for this message
Tamás Nepusz (ntamas) wrote :

Seems like the bug is triggered by zero-weight edges in your graph, so you can do this as a quick workaround:

g.es.select(weight=0)["weight"] = 1e-15

Chances are that I will commit a fixed version into the trunk today so you can get the latest nightly from about 6am tomorrow (GMT) and compile that.