diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-12-22 19:35:48 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-12-22 19:35:48 +0100 |
| commit | 1a19c238e3741931db9e61b6a0b79259b5ed0753 (patch) | |
| tree | 7e5d705e423583188b346bbb7e7486f808b66bc8 /playground/calculate.sh | |
| parent | 923e73a50320792bbedb945b45c54dab12d44708 (diff) | |
WIP c implementation
Diffstat (limited to 'playground/calculate.sh')
| -rwxr-xr-x | playground/calculate.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playground/calculate.sh b/playground/calculate.sh index 2db0ada..bff0e14 100755 --- a/playground/calculate.sh +++ b/playground/calculate.sh @@ -3,6 +3,6 @@ . $(dirname -- "$0")/env.sh exec $PYTHON -m opcut calculate \ - --params $RUN_PATH/params.yaml \ - --result $RUN_PATH/result.yaml \ + --params $RUN_PATH/params.json \ + --result $RUN_PATH/result.json \ "$@" |
