Skip to content

Commit

Permalink
fix dataset download (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed May 16, 2024
1 parent 42dfa33 commit 755c5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/mpas_ocean.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# current_path = Path(os.path.dirname(os.path.realpath(__file__))).parents[0]

current_path = Path(os.path.dirname(os.path.realpath(__file__)))
current_path = Path(os.getcwd())

data_var = 'bottomDepth'

Expand Down

0 comments on commit 755c5ff

Please sign in to comment.