Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny authored Dec 6, 2019
1 parent b237eff commit 6444cb1
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 @@ -45,21 +45,21 @@ Examples for different model codes are available under `examples/`:

2. Preprocessing:
```
python /path/to/profit/main.py pre
profit pre
```
to generate points where model is evaluated, and possibly run directories based on `template`.
Evaluation points are stored inside `study/input.txt`

3. Running model:
```
python /path/to/profit/main.py run
profit run
```
to start simulations at all the points. If `run.backend` is of type `PythonFunction`, results
of model runs are stored in `study/output.txt`. Otherwise output is stored in model code-specific format.

4. Postprocessing:
```
python /path/to/profit/main.py post
profit post
```
to get postprocessing results.

Expand Down

0 comments on commit 6444cb1

Please sign in to comment.