Skip to content

Commit

Permalink
updated decadal test
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Nov 9, 2023
1 parent 75dc372 commit c3d9055
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/smoke/test_smoke_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,10 +521,8 @@ def test_smoke_execute_c3s_cmip6_decadal_orchestrate(wps):
]
urls = wps.execute("orchestrate", inputs)
assert len(urls) == 1
assert (
"tas_Amon_HadGEM3-GC31-MM_dcppA-hindcast_r10i1p1f2_gn_19951116-19961216.nc"
in urls[0]
)
assert "tas_Amon_HadGEM3-GC31-MM_dcppA-hindcast" in urls[0]
assert "19951116-19961216.nc" in urls[0]


def test_smoke_execute_c3s_ipcc_atlas_cmip5_subset(wps):
Expand Down

0 comments on commit c3d9055

Please sign in to comment.