Skip to content

Commit

Permalink
change scaling factor
Browse files Browse the repository at this point in the history
  • Loading branch information
norellia committed Dec 4, 2023
1 parent 12ecf1b commit 51ad6d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public EpoPathPlannerAbundanceScenario() {
getInputFolder().path("fad_carrying_capacity_parameters.csv"),
getTargetYear(),
new CalibratedParameter(
1, 1.5, 0, 2, 1
1, 2, 1, 5, 1
)
),
getAbundanceFilters(),
Expand Down

0 comments on commit 51ad6d4

Please sign in to comment.