Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer committed Jun 3, 2024
1 parent 6651ab9 commit 3435545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmor_check/tests/test_cmor.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
url = "https://raw.githubusercontent.com/euro-cordex/py-cordex-data/main/CORDEX/CMIP6/DD/EUR-12/GERICS/ERA5/evaluation/r1i1p1f1/REMO2020/v1/fx/orog/v20240529/orog_EUR-12_ERA5_evaluation_r1i1p1f1_GERICS_REMO2020_v1_fx.nc"


def test_cmor(filename, cv):
def test_cmor():
ds = cordex_cmip6()
cv = CORDEX_CMIP6("CV")
return cmor_check(ds, cv)

0 comments on commit 3435545

Please sign in to comment.