diff options
Diffstat (limited to 'playground/calculate.sh')
| -rwxr-xr-x | playground/calculate.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/playground/calculate.sh b/playground/calculate.sh index bff0e14..9368a6d 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.json \ - --result $RUN_PATH/result.json \ - "$@" + --method forward_greedy \ + --output $RUN_PATH/result.json \ + $RUN_PATH/params.json |
