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__(
95
95
dataset ,
96
96
group = None ,
97
97
session = None ,
98
- batch = False ,
98
+ batch = None ,
99
99
protocol = None ,
100
100
checksums = True ,
101
101
):
@@ -123,7 +123,7 @@ def open(
123
123
timeout = None ,
124
124
verify = None ,
125
125
user_charset = None ,
126
- batch = False ,
126
+ batch = None ,
127
127
checksums = True ,
128
128
):
129
129
from pydap .client import open_url
@@ -290,7 +290,7 @@ def open_dataset(
290
290
timeout = None ,
291
291
verify = None ,
292
292
user_charset = None ,
293
- batch = False ,
293
+ batch = None ,
294
294
checksums = True ,
295
295
) -> Dataset :
296
296
store = PydapDataStore .open (
@@ -336,7 +336,7 @@ def open_datatree(
336
336
timeout = None ,
337
337
verify = None ,
338
338
user_charset = None ,
339
- batch = False ,
339
+ batch = None ,
340
340
checksums = True ,
341
341
) -> DataTree :
342
342
groups_dict = self .open_groups_as_dict (
@@ -377,7 +377,7 @@ def open_groups_as_dict(
377
377
timeout = None ,
378
378
verify = None ,
379
379
user_charset = None ,
380
- batch = False ,
380
+ batch = None ,
381
381
checksums = True ,
382
382
) -> dict [str , Dataset ]:
383
383
from xarray .core .treenode import NodePath
You can’t perform that action at this time.
0 commit comments