Skip to content

Commit

Permalink
Update readme expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Sep 10, 2024
1 parent 6ff0ead commit b60eaa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nextmv/readme/python-ortools-demandforecasting/1.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python3 main.py -input input.json -output output.json \
-duration 30 -penalty 3000
-duration 30 -provider SCIP -include_past true
2 changes: 1 addition & 1 deletion python-ortools-demandforecasting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ historical demands by time to forecast a given demand in the future.

```bash
python3 main.py -input input.json -output output.json \
-duration 30 -penalty 3000
-duration 30 -provider SCIP -include_past true
```

## Mirror running on Nextmv Cloud locally
Expand Down

0 comments on commit b60eaa1

Please sign in to comment.