Skip to content
Snippets Groups Projects
Commit 4e37c445 authored by David Verelst's avatar David Verelst
Browse files

prepost: fix typo, previous commit also added [Case folder] tag to the

list of required tags for the dlcplots
parent 79fe7cfc
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment