Skip to content

Commit e738e4f

Browse files
committed
switch to cores=1 to pick up cache in coverage
1 parent b220188 commit e738e4f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_matchup_formula.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ def test_gridded(self):
4242
end = 2000,
4343
n_dirs_down = 0,
4444
ask = False,
45-
cache = True
45+
cache = True,
46+
cores = 1
4647
)
4748

4849
ff = "oceanval_matchups/gridded/chlorophyll/foo_chlorophyll_surface.nc"

0 commit comments

Comments
 (0)