We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.open
1 parent f8b5212 commit aa97330Copy full SHA for aa97330
xarray/backends/api.py
@@ -527,7 +527,7 @@ def maybe_decode_store(store, lock=False):
527
if engine == "scipy":
528
store = backends.ScipyDataStore(filename_or_obj, **backend_kwargs)
529
elif engine == "h5netcdf":
530
- store = backends.H5NetCDFStore(
+ store = backends.H5NetCDFStore.open(
531
filename_or_obj, group=group, lock=lock, **backend_kwargs
532
)
533
0 commit comments