We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a59a4a commit 81d3231Copy full SHA for 81d3231
1 file changed
OceanDataStore/tests/test_data_catalog.py
@@ -22,11 +22,11 @@ def catalog():
22
23
@pytest.fixture(scope="module")
24
def icechunk_item_id():
25
- return "noc-npd-era5/npd-eorca1-era5v1/gn/T1y"
+ return "noc-npd-era5/npd-eorca1-era5v1/r1i1c1f1/gn/T1y"
26
27
28
def zarr_item_id():
29
- return "noc-npd-jra55/npd-eorca1-jra55v1/gn/T1y/tos_con"
+ return "noc-npd-jra55/npd-eorca1-jra55v1/r1i1c1f1/gn/T1y"
30
31
def test_catalog_initialization(catalog):
32
assert catalog.Catalog is not None
0 commit comments