Skip to content

Commit

Permalink
Fix diag_growthrate
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Jan 22, 2024
1 parent 1fad537 commit 625708f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-process/PythonScripts/gysdata/disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(self, data_dir, data_structure=None, fields=None):
data_dir = Path(data_dir).resolve()

if data_structure is None:
data_structure = Path('data_structure.yaml')
data_structure = Path('data_structure_XVx.yaml')
if not data_structure.is_absolute():
if (data_dir / data_structure).is_file():
data_structure = data_dir/data_structure
Expand Down

0 comments on commit 625708f

Please sign in to comment.