Skip to content

Commit

Permalink
committing updates for supply chain and recruitment test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreedpowers committed Oct 6, 2023
1 parent 8396718 commit aff4669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions POSEIDON/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ dependencies {
// Reference implementation of JSR-385 for units of measure
implementation 'si.uom:si-quantity:2.1'
implementation 'si.uom:si-units:2.1'

//Google OR tools for solving Linear Programs
implementation 'com.google.ortools:ortools-java:9.6.2534'
}

processTestResources.doFirst {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public EpoAbundanceScenario() {
),
DEFAULT_MAP_EXTENT_FACTORY,
new RecruitmentProcessesFactory(
abundanceInputFolder.path("recruitment_parameters.csv")
abundanceInputFolder.path("recruitment_parameters_2022.csv")
)
)
);
Expand Down

0 comments on commit aff4669

Please sign in to comment.