Skip to content

Commit

Permalink
0.1 deg resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice committed Apr 14, 2024
1 parent 1b5c8e3 commit f500eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_cice_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

# create test grids at 4 degrees and 0.1 degrees
# 4 degress is the lowest tested in ocean_model_grid_generator
# going higher resolution than 0.5 has too much computational cost
_test_resolutions = [4, 0.5]
# going higher resolution than 0.1 has too much computational cost
_test_resolutions = [4, 0.1]


# so that our fixtures are only create once in this pytest module, we need this special version of 'tmp_path'
Expand Down

0 comments on commit f500eb7

Please sign in to comment.