Skip to content

Commit

Permalink
Specify explicit engine
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwondo committed Sep 24, 2024
1 parent 55bb3df commit d87a4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_kerchunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_consolidate_metadata(tmp_path, granules, output):
import xarray as xr # type: ignore

# Open directly with `earthaccess.open`
expected = xr.open_mfdataset(earthaccess.open(granules))
expected = xr.open_mfdataset(earthaccess.open(granules), engine="h5netcdf")

# Open with kerchunk consolidated metadata file
kwargs = {"outfile": tmp_path / "metadata.json"} if output == "file" else {}
Expand Down

0 comments on commit d87a4bc

Please sign in to comment.