Skip to content

Commit 827101a

Browse files
committed
set batch=False as default in open groups as dict
1 parent 7a0e2c5 commit 827101a

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
@@ -389,6 +389,7 @@ def open_groups_as_dict(
389389
timeout=None,
390390
verify=None,
391391
user_charset=None,
392+
batch=False,
392393
) -> dict[str, Dataset]:
393394
from xarray.core.treenode import NodePath
394395

@@ -400,6 +401,7 @@ def open_groups_as_dict(
400401
timeout=timeout,
401402
verify=verify,
402403
user_charset=user_charset,
404+
batch=batch,
403405
)
404406

405407
# Check for a group and make it a parent if it exists

0 commit comments

Comments
 (0)