igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] [python-igraph] bug in method VertexDendrogram.cut


From: E. Navarro
Subject: [igraph] [python-igraph] bug in method VertexDendrogram.cut
Date: Fri, 1 May 2009 18:48:22 +0200

Hello,

I just notice a small bug in the method VertexDendrogram.cut at the
end when the new partition len is compute :
702:  self._len = max(membership) - 1
It should be + 1 rather than -1.

In such case of bug encounter, I don't what is the best way to signal
it, through this mailing-list or with launchpad system ?
What do you prefer ?

Emmanuel N.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]