Closed tbigot closed 12 years ago
Found by Florent Lassalle.
When scores are too high, they are replaced by zero. It frequently happens in big trees.
The re-rooting is done following the score, hence it’s totaly false in the trees containing null scores.
I’ll try to use log for scores, so they can’t reach unsigned int maximum.
Fixed in 0.9.1, scores are now in natural log stored in a float object.
Found by Florent Lassalle.
When scores are too high, they are replaced by zero. It frequently happens in big trees.
The re-rooting is done following the score, hence it’s totaly false in the trees containing null scores.