Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan276 committed Jul 2, 2024
1 parent 306f115 commit 160699d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nygrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
else:
data_dir = os.path.join(cwd, 'data')

grid_data_dir = os.path.join(data_dir, 'grid')
grid_data_dir = os.path.join(data_dir, 'grid', '2018Baseline')
if not os.path.exists(grid_data_dir):
raise FileNotFoundError('Grid data directory not found.')

Expand Down

0 comments on commit 160699d

Please sign in to comment.