Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hershaw authored Sep 2, 2018
1 parent 60adf36 commit 3e1362e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ To run the full simulator, you need to run two scripts:
# exactly at January 26th at 01h01 you would execute the following:
# start the simulator that sends observations uniformely distributed over time
python rum simulation.py --enddate 26-01-2018 "observation"
python run-simulation.py --enddate 26-01-2018 "observation"
# start the simulator that sends the true outcomes uniformely distributed
# until the 24th because you want them to end early
python rum simulation.py --enddate 24-01-2018 "true-outcome"
```
python run-simulation.py --enddate 24-01-2018 "true-outcome"
```

0 comments on commit 3e1362e

Please sign in to comment.