Skip to content

Commit

Permalink
Merge branch 'develop' into pt_legs
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchouaki authored Apr 24, 2024
2 parents 6d94493 + 30588ed commit 9b1fce0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions matsim/runtime/eqasim.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ def execute(context):
# Build eqasim
maven.run(context, ["-Pstandalone", "--projects", "ile_de_france", "--also-make", "package", "-DskipTests=true"], cwd = "%s/eqasim-java" % context.path())

if not os.path.exists("{}/eqasim-java/ile_de_france/target/ile_de_france-{}.jar".format(context.path(), version)):
raise RuntimeError("The JAR was not created correctly. Wrong eqasim_version specified?")

# Special case: We provide the jar directly. This is mainly used for
# creating input to unit tests of the eqasim-java package.
else:
Expand Down

0 comments on commit 9b1fce0

Please sign in to comment.