Skip to content

Commit

Permalink
1000m instead of 10000m
Browse files Browse the repository at this point in the history
  • Loading branch information
vincelhx committed Sep 16, 2024
1 parent 9265d56 commit 7605192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_grdwindinversion_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_makeL2_generation():
overwrite=True, # Set to True to ensure a clean run
generateCSV=False, # Disable CSV generation for now
add_streaks=False,
resolution="10000m",
resolution="1000m",
)

# Check if the output file (NetCDF) is generated
Expand Down

0 comments on commit 7605192

Please sign in to comment.