Skip to content

Commit 83b3383

Browse files
rename "EPO Abundance Pathfinding" to "EPO Path Planner Abundance"
1 parent e61a1aa commit 83b3383

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

epo/epo_inputs

epo/src/main/java/uk/ac/ox/poseidon/epo/scenarios/EpoPathPlannerAbundanceScenarioSupplier.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* POSEIDON, an agent-based model of fisheries
3-
* Copyright (C) 2024 CoHESyS Lab [email protected]
2+
* POSEIDON: an agent-based model of fisheries
3+
* Copyright (c) 2024 CoHESyS Lab [email protected]
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@ public class EpoPathPlannerAbundanceScenarioSupplier extends BasicScenarioSuppli
2727
public EpoPathPlannerAbundanceScenarioSupplier() {
2828
super(
2929
EpoPathPlannerAbundanceScenario.class,
30-
"EPO Abundance Pathfinding",
30+
"EPO Path Planner Abundance",
3131
"Like EPO Abundance but using an alternative decision process"
3232
);
3333
}

epo/src/test/java/uk/ac/ox/poseidon/epo/calibration/CalibrationGeneratorTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class CalibrationGeneratorTest {
3030
void testGenerateCalibration() {
3131
final Path calibrationFolder = Paths.get("epo_inputs", "calibration");
3232
final CalibrationGenerator calibrationGenerator = new CalibrationGenerator();
33-
calibrationGenerator.setScenarioName("EPO Abundance Pathfinding");
33+
calibrationGenerator.setScenarioName("EPO Path Planner Abundance");
3434
calibrationGenerator.setTargetYear(2022);
3535
calibrationGenerator.setOutputFolder(calibrationFolder);
3636
calibrationGenerator.setTargetsFile(

0 commit comments

Comments
 (0)