Skip to content

Commit

Permalink
use new analysis version
Browse files Browse the repository at this point in the history
  • Loading branch information
rewertvsp committed Oct 17, 2024
1 parent 7881ec1 commit 6b1bc72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ public Integer call() throws Exception {
//Analysis
System.out.println("Starting Analysis for Carriers of small scale commercial traffic.");
//TODO perhaps change to complete carrier analysis
RunFreightAnalysisEventBased freightAnalysis = new RunFreightAnalysisEventBased(CarriersUtils.addOrGetCarriers(scenario), output.resolve("CarrierAnalysis"));
RunFreightAnalysisEventBased freightAnalysis = new RunFreightAnalysisEventBased(CarriersUtils.addOrGetCarriers(scenario), output.resolve("CarrierAnalysis").toString());
freightAnalysis.runCarriersAnalysis();
System.out.println("Finishing Analysis of Carrier.");

Expand Down

0 comments on commit 6b1bc72

Please sign in to comment.