Update doc and fix weak problems

This commit is contained in:
2026-04-29 11:54:29 +02:00
parent 92f9a3eca4
commit ed259faa65
87 changed files with 3843 additions and 102 deletions

View File

@@ -180,7 +180,7 @@ public class Application {
};
Function<Population,Double> getInfes = population -> {
return population.getTotal().getAbondance() != null ? population.getTotal().getPrevalence().transformToDouble() : null;
return population.getTotal().getAbondance() != null ? population.getTotal().getAbondance() : null;
};
popSet = Nettoyage.nettoieColumns(popSet, getLength, setLength, false);