Skip to content

Commit

Permalink
fix: changing the dataset version to update it
Browse files Browse the repository at this point in the history
  • Loading branch information
uriii3 committed Jul 30, 2024
1 parent 1059e44 commit 069f425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_python_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def test_subset_modify_attr_for_depth(self):
def test_subset_keeps_fillvalue_empty(self, tmp_path):
subset(
dataset_id="cmems_mod_glo_phy-thetao_anfc_0.083deg_P1D-m",
dataset_version="202211",
dataset_version="202406",
variables=["thetao"],
minimum_longitude=-28.10,
maximum_longitude=-27.94,
Expand Down Expand Up @@ -267,7 +267,7 @@ def test_subset_keeps_fillvalue_empty(self, tmp_path):
def test_subset_keeps_fillvalue_empty_w_compression(self, tmp_path):
subset(
dataset_id="cmems_mod_glo_phy-thetao_anfc_0.083deg_P1D-m",
dataset_version="202211",
dataset_version="202406",
variables=["thetao"],
minimum_longitude=-28.10,
maximum_longitude=-27.94,
Expand Down

0 comments on commit 069f425

Please sign in to comment.