Finish Lecture Eval Nettoyage

This commit is contained in:
2026-04-08 11:10:15 +02:00
parent 874db94a5d
commit 8e75323e99
3 changed files with 50 additions and 42 deletions

View File

@@ -187,10 +187,10 @@ public class PopulationArgs {
return String.format( "Année: %d, N: %d, Length: %f, Width: %f, Prevalence: %f, IC: %f, Intensity: %f, Abondance: %f, Zone: %s",
this.year,
this.number,
this.length != null ? this.length.transformToDouble() : 0.0,
this.width != null ? this.width.transformToDouble() : 0.0,
this.prevalence != null ? this.prevalence.transformToDouble() : 0.0,
this.ic != null ? this.ic.transformToDouble() : 0.0,
this.length != null ? this.length.transformToDouble() : null,
this.width != null ? this.width.transformToDouble() : null,
this.prevalence != null ? this.prevalence.transformToDouble() : null,
this.ic != null ? this.ic.transformToDouble() : null,
this.intensity,
this.abondance,
this.zone