diff --git a/wetb/prepost/dlcplots.py b/wetb/prepost/dlcplots.py index 2f05381dad548fc2475cadb3e0a9538f04e79184..63b371ee7a7e5cb6311eacbcd3de2c99cebf0868 100644 --- a/wetb/prepost/dlcplots.py +++ b/wetb/prepost/dlcplots.py @@ -414,7 +414,7 @@ def plot_dlc_stats(df_stats, plot_chans, fig_dir_base, labels=None, if xlims is None: continue - ax.grid()a sdofjasdkljnh + ax.grid() ax.set_xlim(xlims) leg = ax.legend(bbox_to_anchor=(1, 1), loc='lower right', ncol=3) leg.get_frame().set_alpha(0.7) diff --git a/wetb/prepost/dlctemplate.py b/wetb/prepost/dlctemplate.py index e4e5ceed05da19d518b4f6d068b0d839e0bf26c0..b86b4e26e0b02991960b068da96c16f66f00fab7 100644 --- a/wetb/prepost/dlctemplate.py +++ b/wetb/prepost/dlctemplate.py @@ -522,7 +522,7 @@ def postpro_node_merge(tqdm=False, zipchunks=False): # ------------------------------------------------------------------------- # merge missing cols onto stats required = ['[DLC]', '[run_dir]', '[wdir]', '[Windspeed]', '[res_dir]', - '[case_id]'] + '[case_id]', '[Case folder]'] df = pd.read_hdf(fdf, 'table') # df now has case_id as the path to the statistics file: res/dlc12_xxx/yyy