diff --git a/wetb/prepost/dlcplots.py b/wetb/prepost/dlcplots.py index 24db6c6bd6290dfb3c4cb6d26054bf23ee5bceba..69b4e95a6598e8d6ba7bdc505eadcb008ca287ac 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)