Skip to content

Commit

Permalink
update MATSim
Browse files Browse the repository at this point in the history
  • Loading branch information
tschlenther committed Aug 9, 2024
1 parent 27db88f commit 641ba55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>matsim-all</artifactId>

<!-- PR-labelled release -->
<version>2025.0-PR3328</version>
<version>2025.0-PR3402</version> <!-- PR3402 is from August 09, '24, when TS fixed bugs and included damages in NoiseAnalysis -->

<!-- snapshot == not recommended: rather use PR-labelled release!-->
<!-- <version>16.0-SNAPSHOT</matsim.version>-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 641ba55

Please sign in to comment.