Skip to content
Snippets Groups Projects
Verified Commit c973c9c3 authored by Simon Schwitanski's avatar Simon Schwitanski :slight_smile:
Browse files

Log output path

parent 5297a64e
No related branches found
No related tags found
No related merge requests found
......@@ -701,6 +701,7 @@ def cmd_csv(rootdir, toolnames, print_to_console=False):
df_noise_ratio.to_csv(f'{outpath}/noise.csv')
df_overall_noise_ratio.to_csv(f'{outpath}/overall_noise_including_unexpected.csv')
print(f"CSV files are saved to {outpath}")
def plot_helpfulness(df, outpath, toolname):
SMALL_SIZE = 16
......@@ -1577,6 +1578,8 @@ def cmd_plots(rootdir, toolnames, ext="pdf"):
get_overview_plot(collected_data,outpath)
print(f"Plots are saved to {outpath}")
os.chdir(here)
......@@ -1648,8 +1651,6 @@ elif ',' in args.x:
else:
arg_tools = [args.x]
print(f'arg_tools: {arg_tools}')
if args.c == 'all':
extract_all_todo(args.b)
cmd_run(rootdir=rootdir, toolname=args.x, batchinfo=args.b)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment