Skip to content

Commit

Permalink
test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer committed Jul 2, 2023
1 parent bc48baa commit 18a44bb
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions tests/test_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@

import cordex as cx


@pytest.mark.parametrize(
"table",
[
"CMIP6_Amon",
"CMIP6_day",
"CMIP6_E1hr",
"CMIP6_E3hr",
"CMIP6_coordinate",
"CMIP6_fx",
"CMIP6_grids",
],
)
def test_download_cmip6_cmor_tables(table):
cx.tables.cmip6_cmor_table(table)
# @pytest.mark.parametrize(
# "table",
# [
# "CMIP6_Amon",
# "CMIP6_day",
# "CMIP6_E1hr",
# "CMIP6_E3hr",
# "CMIP6_coordinate",
# "CMIP6_fx",
# "CMIP6_grids",
# ],
# )
# def test_download_cmip6_cmor_tables(table):
# cx.tables.cmip6_cmor_table(table)


@pytest.mark.parametrize("table", ["CORDEX_CV", "CORDEX_remo_example"])
Expand Down

0 comments on commit 18a44bb

Please sign in to comment.