Skip to content

Commit d7b7df7

Browse files
committed
add require/exclude test
1 parent d2d79c6 commit d7b7df7

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

253 KB
Binary file not shown.

data/chl/simulation/chl_obs.nc

253 KB
Binary file not shown.

tests/test_matchup_formula.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ def test_gridded(self):
4343
n_dirs_down = 0,
4444
ask = False,
4545
cache = True,
46-
cores = 1
46+
cores = 1,
47+
require = "model",
48+
exclude = "bad"
4749
)
4850

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

0 commit comments

Comments
 (0)