From 47cb22aafcd08a1305567ac25112acfe5c4cfda4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 29 Nov 2020 22:07:27 +0300 Subject: add GitHub workflow --- plot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plot.sh') 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" \ -- cgit v1.2.3