Skip to content

Commit

Permalink
redirect eva output
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Feb 10, 2025
1 parent 74ddd8a commit b56875b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/soca/fig_gallery/vrfy_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def plot_marine_vrfy(config):

# it would be better to refrence the dirs explicitly with the comout path
# but eva doesn't allow for specifying output directories
os.chdir(os.path.join(comout, 'vrfy'))
os.chdir(os.path.join(vrfyout, 'vrfy'))
if not os.path.exists('preevayamls'):
os.makedirs('preevayamls')
if not os.path.exists('evayamls'):
Expand Down

0 comments on commit b56875b

Please sign in to comment.