Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Feb 5, 2025
1 parent 50595a4 commit 65095e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ def test_copernicusmarine_get_dataset_id():
assert dataset_id == 'cmems_mod_glo_phy_my_0.083deg_P1D-m'
dataset_id = copernicusmarine_get_dataset_id(varkey='no3', **date_args)
assert dataset_id == 'cmems_mod_glo_bgc_my_0.25deg_P1D-m'
dataset_id = copernicusmarine_get_dataset_id(varkey='phyc', **date_args)
assert dataset_id == 'cmems_mod_glo_bgc_my_0.25deg_P1M-m'

# with pandas timestamps
date_min = pd.Timestamp.today()
Expand Down

0 comments on commit 65095e9

Please sign in to comment.