Skip to content

Commit

Permalink
increase version to 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Jun 6, 2024
1 parent f62bce8 commit 52f7818
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 89 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


JAR := matsim-berlin-*.jar
V := v6.2
V := v6.3
CRS := EPSG:25832

p := input/$V
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.matsim-scenarios</groupId>
<artifactId>matsim-berlin</artifactId>
<version>6.2-SNAPSHOT</version>
<version>6.3-SNAPSHOT</version>

<name>MATSim Open Berlin scenario</name>
<description>MATSim Open Berlin scenario</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/matsim/run/OpenBerlinScenario.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class OpenBerlinScenario extends MATSimApplication {

private static final Logger log = LogManager.getLogger(RunOpenBerlinCalibration.class);

public static final String VERSION = "6.2";
public static final String VERSION = "6.3";
public static final String CRS = "EPSG:25832";
@CommandLine.Mixin
private final SampleOptions sample = new SampleOptions(10, 25, 3, 1);
Expand Down
37 changes: 0 additions & 37 deletions src/main/python/extract_income.py

This file was deleted.

49 changes: 0 additions & 49 deletions src/main/python/extract_trips.py

This file was deleted.

0 comments on commit 52f7818

Please sign in to comment.