diff options
Diffstat (limited to 'plot.sh')
-rwxr-xr-x | plot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ main() { local input_kind for input_kind in best average worst; do - local output_path="${algorithm}_${iterations}_${input_kind}_${min}_${max}.png" + local output_path="$script_dir/${algorithm}_${iterations}_${input_kind}_${min}_${max}.png" python3 "$script_dir/plot.py" \ "$algorithm" \ --input "$input_kind" \ |