aboutsummaryrefslogtreecommitdiff
path: root/playground
diff options
context:
space:
mode:
Diffstat (limited to 'playground')
-rwxr-xr-xplayground/generate.sh (renamed from playground/generate-output.sh)4
-rwxr-xr-xplayground/native-calculate.sh8
2 files changed, 1 insertions, 11 deletions
diff --git a/playground/generate-output.sh b/playground/generate.sh
index 4e16a64..11f85f3 100755
--- a/playground/generate-output.sh
+++ b/playground/generate.sh
@@ -2,8 +2,6 @@
. $(dirname -- "$0")/env.sh
-exec $PYTHON -m opcut generate-output \
- --output-type pdf \
+exec $PYTHON -m opcut generate \
< $RUN_PATH/result.json \
> $RUN_PATH/output.pdf \
-
diff --git a/playground/native-calculate.sh b/playground/native-calculate.sh
deleted file mode 100755
index d47035e..0000000
--- a/playground/native-calculate.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-. $(dirname -- "$0")/env.sh
-
-exec $ROOT_PATH/src_py/opcut/bin/linux-opcut-calculate \
- --method greedy \
- --output result.json \
- params.json