Skip to content

Commit

Permalink
fix: fixing the deckgl file location
Browse files Browse the repository at this point in the history
Changes the deckgl output  file location from "agents/MaldonExample" to
"agents/archetype/MaldonExample".

This was causing the minimal example explained in the relase README file
to break at the end of the simulation run, as this directory did not
exist.
  • Loading branch information
gden173 committed Jul 14, 2023
1 parent b8615e4 commit 037f0bc
Showing 1 changed file with 1 addition and 1 deletion.
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 037f0bc

Please sign in to comment.