Skip to content

Commit ca68ce7

Browse files
committed
set batch=False as default
1 parent 5987133 commit ca68ce7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xarray/backends/pydap_.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ def open_dataset(
306306
timeout=None,
307307
verify=None,
308308
user_charset=None,
309+
batch=False,
309310
) -> Dataset:
310311
store = PydapDataStore.open(
311312
url=filename_or_obj,
@@ -316,6 +317,7 @@ def open_dataset(
316317
timeout=timeout,
317318
verify=verify,
318319
user_charset=user_charset,
320+
batch=batch,
319321
)
320322
store_entrypoint = StoreBackendEntrypoint()
321323
with close_on_error(store):

0 commit comments

Comments
 (0)