Skip to content

Commit

Permalink
fixed dir paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lawi119 committed Nov 2, 2023
1 parent 77eeee4 commit 991b3c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_stac.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ def test_list_sibling_assets(filename):

def test_split_by_parts():
files = [
"ecmwf/20231019/00z/0p4-beta/wave/20231019000000-0h-wave-fc.grib2",
"ecmwf/20231019/00z/0p4-beta/wave/20231019000000-0h-wave-fc.index",
"ecmwf/20231019/00z/0p4-beta/wave/20231019000000-3h-wave-fc.grib2",
"ecmwf/20231019/00z/0p4-beta/wave/20231019000000-3h-wave-fc.index",
"20231019/00z/0p4-beta/wave/20231019000000-0h-wave-fc.grib2",
"20231019/00z/0p4-beta/wave/20231019000000-0h-wave-fc.index",
"20231019/00z/0p4-beta/wave/20231019000000-3h-wave-fc.grib2",
"20231019/00z/0p4-beta/wave/20231019000000-3h-wave-fc.index",
]

stac.create_item(files)
Expand Down

0 comments on commit 991b3c6

Please sign in to comment.