aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plot.sh')
-rwxr-xr-xplot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plot.sh b/plot.sh
index efdd42f..e070861 100755
--- a/plot.sh
+++ b/plot.sh
@@ -34,7 +34,7 @@ main() {
local input_kind
for input_kind in best average worst; do
local output_path="$script_dir/${algorithm}_${iterations}_${input_kind}_${min}_${max}.png"
- python3 "$script_dir/plot.py" \
+ python "$script_dir/plot.py" \
"$algorithm" \
--input "$input_kind" \
--min "$min" --max "$max" \