From 4e37c44529009031b44a20a2eb1af1d52985f662 Mon Sep 17 00:00:00 2001 From: David Robert Verelst <dave@dtu.dk> Date: Wed, 4 Oct 2017 09:27:05 +0200 Subject: [PATCH] prepost: fix typo, previous commit also added [Case folder] tag to the list of required tags for the dlcplots --- wetb/prepost/dlcplots.py | 2 +- wetb/prepost/dlctemplate.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wetb/prepost/dlcplots.py b/wetb/prepost/dlcplots.py index 2f05381d..63b371ee 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 e4e5ceed..b86b4e26 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 -- GitLab