We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384b416 commit aab91c7Copy full SHA for aab91c7
1 file changed
test/test_mesh/test_rof_weights.py
@@ -17,7 +17,7 @@
17
# create test grids at 4 degrees and 0.1 degrees
18
# 4 degress is the lowest tested in ocean_model_grid_generator
19
# going higher resolution than 0.1 has too much computational cost
20
-_test_resolutions = [4] # , 0.1]
+_test_resolutions = [4 , 0.1]
21
22
23
# so that our fixtures are only created once in this pytest module, we need this special version of 'tmp_path'
0 commit comments