diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-29 22:07:27 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-29 22:08:55 +0300 |
commit | 47cb22aafcd08a1305567ac25112acfe5c4cfda4 (patch) | |
tree | 2e316db6a3ffb72d44e6506513f28e82aac3fea6 /plot.sh | |
parent | bye-bye, Travis (diff) | |
download | sorting-algorithms-47cb22aafcd08a1305567ac25112acfe5c4cfda4.tar.gz sorting-algorithms-47cb22aafcd08a1305567ac25112acfe5c4cfda4.zip |
add GitHub workflow
Diffstat (limited to '')
-rwxr-xr-x | plot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" \ |