Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice committed Apr 24, 2024
1 parent 2b2db63 commit a1e90ec
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 @@ -10,7 +10,7 @@
# 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.1 has too much computational cost
_test_resolutions = [4] # , 0.1]
_test_resolutions = [4, 0.1]

_variants = ["cice5-auscom", "cice6", None]

Expand Down Expand Up @@ -175,7 +175,7 @@ def test_cice_kmt(mom_grid, grids):

def test_cice_grid_attributes(grids):
# Test: do the expected attributes to exist in the cice ds
To-do: rewrite test using the CF-checker (or similar)
# To-do: rewrite test using the CF-checker (or similar)
cf_attributes = {
"ulat": {"standard_name": "latitude", "units": "radians"},
"ulon": {"standard_name": "longitude", "units": "radians"},
Expand Down

0 comments on commit a1e90ec

Please sign in to comment.