From 163ca911f4b7803f63404ccf376ed18e77108de7 Mon Sep 17 00:00:00 2001 From: Xudong Sun Date: Mon, 9 Dec 2024 17:11:18 +0100 Subject: [PATCH] Update sh_genplot.sh --- scripts/sh_genplot.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/sh_genplot.sh b/scripts/sh_genplot.sh index 9906e5f2e..39f71f16d 100755 --- a/scripts/sh_genplot.sh +++ b/scripts/sh_genplot.sh @@ -1,3 +1,3 @@ -mkdir $2 -merge_csvs.sh -python main_out.py --gen_plots merged_data.csv --outp_dir $2 +# mkdir $2 +sh scripts/merge_csvs.sh $1 +python main_out.py --gen_plots merged_data.csv --outp_dir partial_agg_plots \ No newline at end of file