Skip to content

Commit

Permalink
update matsim and java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed May 7, 2024
1 parent 867ad96 commit 2bd8eb2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ input/sumo.net.xml: input/network.osm
$p/berlin-$V-network.xml.gz: input/sumo.net.xml
$(sc) prepare network-from-sumo $< --target-crs $(CRS) --lane-restrictions REDUCE_CAR_LANES --output $@

$(sc) prepare clean-network $@ --output $@ --modes car,ride,truck
$(sc) prepare clean-network $@ --output $@ --modes car,ride,truck --remove-turn-restrictions

$(sc) prepare reproject-network\
--input $@ --output $@\
Expand Down
Binary file modified input/v6.2/berlin-v6.2-routes-ref.csv.gz
Binary file not shown.
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-PR3160</version>
<version>2025.0-PR3257</version>

<!-- snapshot == not recommended: rather use PR-labelled release!-->
<!-- <version>2025.0-SNAPSHOT</version>-->
Expand Down
2 changes: 1 addition & 1 deletion src/main/sh/job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ echo ""
echo "command is $command"

echo ""
module add java/17
module add java/21
java -version

$command
2 changes: 1 addition & 1 deletion src/main/sh/runCalib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo ""

source env/bin/activate

module add java/17
module add java/21
java -version

$command

0 comments on commit 2bd8eb2

Please sign in to comment.