Skip to content

Commit aab91c7

Browse files
committed
longer
1 parent 384b416 commit aab91c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_mesh/test_rof_weights.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# create test grids at 4 degrees and 0.1 degrees
1818
# 4 degress is the lowest tested in ocean_model_grid_generator
1919
# going higher resolution than 0.1 has too much computational cost
20-
_test_resolutions = [4] # , 0.1]
20+
_test_resolutions = [4 , 0.1]
2121

2222

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

0 commit comments

Comments
 (0)