Skip to content

Commit f4e1ca4

Browse files
committed
fixup! Issue #666 load_stac: fallback temporal dimension when no cube:dimensions
1 parent 86215d0 commit f4e1ca4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_metadata.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,8 @@ def test_metadata_from_stac_collection_bands_from_item_assets(test_data, tmp_pat
850850

851851

852852
@pytest.mark.skipif(
853-
not _PYSTAC_1_9_EXTENSION_INTERFACE, reason="No backport for this feature when below PySTAC 1.9 extension interface"
853+
not _PYSTAC_1_9_EXTENSION_INTERFACE,
854+
reason="No backport for implementation/test below PySTAC 1.9 extension interface",
854855
)
855856
@pytest.mark.parametrize(
856857
["stac_dict", "expected"],

0 commit comments

Comments
 (0)