Update doc and fix weak problems
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user