File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def __init__(
9595 dataset ,
9696 group = None ,
9797 session = None ,
98- batch = False ,
98+ batch = None ,
9999 protocol = None ,
100100 checksums = True ,
101101 ):
@@ -123,7 +123,7 @@ def open(
123123 timeout = None ,
124124 verify = None ,
125125 user_charset = None ,
126- batch = False ,
126+ batch = None ,
127127 checksums = True ,
128128 ):
129129 from pydap .client import open_url
@@ -290,7 +290,7 @@ def open_dataset(
290290 timeout = None ,
291291 verify = None ,
292292 user_charset = None ,
293- batch = False ,
293+ batch = None ,
294294 checksums = True ,
295295 ) -> Dataset :
296296 store = PydapDataStore .open (
@@ -336,7 +336,7 @@ def open_datatree(
336336 timeout = None ,
337337 verify = None ,
338338 user_charset = None ,
339- batch = False ,
339+ batch = None ,
340340 checksums = True ,
341341 ) -> DataTree :
342342 groups_dict = self .open_groups_as_dict (
@@ -377,7 +377,7 @@ def open_groups_as_dict(
377377 timeout = None ,
378378 verify = None ,
379379 user_charset = None ,
380- batch = False ,
380+ batch = None ,
381381 checksums = True ,
382382 ) -> dict [str , Dataset ]:
383383 from xarray .core .treenode import NodePath
You can’t perform that action at this time.
0 commit comments