Skip to content

Commit

Permalink
fixes example validate-input run to work
Browse files Browse the repository at this point in the history
  • Loading branch information
invaliduser committed Jan 6, 2025
1 parent be1195a commit 2830442
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,11 @@ The `generate-post` subcommand is used to generate statements from an input and
The following is an example of a simple run. We first create a combined input file using `validate-input`:
```
bin/run.sh validate-input \
-p dev-resources/profile/cmi5/fixed.json \
-a dev-resources/personae/simple.json \
-m dev-resources/models/simple.json \
-o dev-resources/parameters/simple.json \
-v dev-resources/input/simple.json
-p ../../dev-resources/profiles/cmi5/fixed.json \
-a ../../dev-resources/personae/simple.json \
-m ../../dev-resources/models/simple.json \
-o ../../dev-resources/parameters/simple.json \
-v ../../dev-resources/input/simple.json
```

Once we have that sim specification, we can run the simulation using the `generate`:
Expand Down

0 comments on commit 2830442

Please sign in to comment.