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

prepost.dlcplots: save figs from dlcplots.py in dir called dlcplots

parent 3adda7db
No related branches found
No related tags found
No related merge requests found
...@@ -959,7 +959,7 @@ if __name__ == '__main__': ...@@ -959,7 +959,7 @@ if __name__ == '__main__':
# PLOT STATS, when comparing cases # PLOT STATS, when comparing cases
sim_ids = [sim_id] sim_ids = [sim_id]
run_dirs = [P_RUN] 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('='*79)
print(' P_RUN: %s' % P_RUN) print(' P_RUN: %s' % P_RUN)
......
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