Skip to content

Commit

Permalink
fix: use original Vensim names in generated headers for spec output v…
Browse files Browse the repository at this point in the history
…ars (#462)

Fixes #461

Co-authored-by: Chris Campbell <[email protected]>
  • Loading branch information
ToddFincannonEI and chrispcampbell authored Apr 22, 2024
1 parent b70ebcf commit 966066a
Show file tree
Hide file tree
Showing 14 changed files with 250 additions and 1,100 deletions.
2 changes: 1 addition & 1 deletion models/allocate/allocate_spec.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "ALLOCATE AVAILABLE test model",
"outputVars": ["_time", "_shipments[0]", "_shipments[1]", "_shipments[2]", "_total_supply_available"]
"outputVarNames": ["Time", "shipments[Boston]", "shipments[Dayton]", "shipments[Fresno]", "total supply available"]
}
File renamed without changes.
Loading

0 comments on commit 966066a

Please sign in to comment.