From 873e2e07347cc40a310680e190c7535068699a7b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Sep 2019 03:58:22 +0300 Subject: add Travis configuration --- plot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plot.sh') diff --git a/plot.sh b/plot.sh index 691bc01..efdd42f 100755 --- a/plot.sh +++ b/plot.sh @@ -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" \ -- cgit v1.2.3