From d46821573edea03b1b0ae80c3346cc44d8883564 Mon Sep 17 00:00:00 2001 From: David Robert Verelst <dave@dtu.dk> Date: Mon, 3 Jul 2017 12:59:16 +0200 Subject: [PATCH] prepost.dlcplots: save figs from dlcplots.py in dir called dlcplots --- wetb/prepost/dlcplots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wetb/prepost/dlcplots.py b/wetb/prepost/dlcplots.py index 24db6c6b..69b4e95a 100644 --- a/wetb/prepost/dlcplots.py +++ b/wetb/prepost/dlcplots.py @@ -959,7 +959,7 @@ if __name__ == '__main__': # PLOT STATS, when comparing cases sim_ids = [sim_id] run_dirs = [P_RUN] - figdir = os.path.join(P_RUN, '..', 'figures/%s' % sim_id) + figdir = os.path.join(P_RUN, '..', 'dlcplots/%s' % sim_id) print('='*79) print(' P_RUN: %s' % P_RUN) -- GitLab