Skip to content

Commit

Permalink
Merge pull request #55 from gden173/fix/invalid-file-location
Browse files Browse the repository at this point in the history
Fix invalid deckgl output file location
  • Loading branch information
dhixsingh committed Jan 2, 2024
2 parents 7dea647 + e928d25 commit afbe318
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ees/README.release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Copyright (C) 2014-2019 by its authors.
To run the included example scenario do:

```
java -Xms2g -Xmx2g \
-cp libs/*:eeslib-2.1.1-SNAPSHOT.jar \
io.github.agentsoz.ees.Run \
java -Xms2g -Xmx2g \
-cp $(find libs/ -name "*.jar" | tr '\n' ':./'):eeslib-2.1.1-SNAPSHOT.jar \
io.github.agentsoz.ees.Run \
--config scenarios/mount-alexander-shire/maldon-example/ees.xml
```
2 changes: 1 addition & 1 deletion ees/scenarios/mount-alexander-shire/maldon-example/ees.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!-- simulation start time in HH:MM format -->
<opt id="startHHMM">12:00</opt>
<!-- Output file for trips written in DeckGL format -->
<opt id="deckGlOutFile">test/output/io/github/agentsoz/ees/agents/MaldonExample/test/trips.deckgl.json</opt>
<opt id="deckGlOutFile">test/output/io/github/agentsoz/ees/agents/archetype/MaldonExample/test/trips.deckgl.json</opt>
</global>

<!-- model specific configuration -->
Expand Down

0 comments on commit afbe318

Please sign in to comment.