File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
# TODO: use file paths relative to the configuration file
14
14
# TODO: remove Xvfb
15
+ # TODO: update running Simod via CLI
15
16
16
17
17
18
@dataclass
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " simod"
7
- version = " 3.6.11 "
7
+ version = " 3.6.12 "
8
8
authors = [
9
9
" Ihar Suvorau <ihar.suvorau@gmail.com>" ,
10
10
" David Chapela <david.chapela@ut.ee>" ,
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ if [ -z "$OUTPUT_DIR" ]; then
20
20
fi
21
21
22
22
# run Simod
23
- poetry run simod optimize --config_path $CONFIG_PATH --output_dir $OUTPUT_DIR
23
+ poetry run simod --configuration $CONFIG_PATH --output $OUTPUT_DIR
You can’t perform that action at this time.
0 commit comments