allpy
view .hgignore @ 740:bb91fbc0f69f
prevent graph.cliques() from dropping vertex by mistake
Vertex should be dropped if it has less than (min_size - 1)
neightbours (before: min_size).
This bug causes blocks3ds failing to find any block after commit 590:8a81996f8bda,
since after geometrical core parts were joined, size of each of them
become 4 while min_size=4 is passed to graph.cliques().
author | boris <bnagaev@gmail.com> |
---|---|
date | Sat, 09 Jul 2011 15:48:27 +0200 |
parents | cf1657b94c96 |
children | 813679b6c514 |