From 641ba55ebada6dcd7f992327677b98738499f031 Mon Sep 17 00:00:00 2001 From: schlenther Date: Fri, 9 Aug 2024 15:44:05 +0200 Subject: [PATCH] update MATSim --- pom.xml | 2 +- src/main/java/org/matsim/dashboard/KelheimSimWrapperRunner.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 64101f4..ac71377 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ matsim-all - 2025.0-PR3328 + 2025.0-PR3402 diff --git a/src/main/java/org/matsim/dashboard/KelheimSimWrapperRunner.java b/src/main/java/org/matsim/dashboard/KelheimSimWrapperRunner.java index e6fdc07..b454bc6 100644 --- a/src/main/java/org/matsim/dashboard/KelheimSimWrapperRunner.java +++ b/src/main/java/org/matsim/dashboard/KelheimSimWrapperRunner.java @@ -89,7 +89,6 @@ public Integer call() throws Exception { SimWrapperConfigGroup simwrapperCfg = ConfigUtils.addOrGetModule(config, SimWrapperConfigGroup.class); if (shp.isDefined()){ - //not sure if this is the best way to go, might be that the shape file would be automatically read by providing the --shp command line option simwrapperCfg.defaultParams().shp = shp.getShapeFile().toString(); } //skip default dashboards