Skip to content

Commit 9bdd219

Browse files
authored
Merge pull request #1224 from PCMDI/acordonez-patch-1
Change xcdat_open default
2 parents 9856230 + e34c2b3 commit 9bdd219

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pcmdi_metrics/io/xcdat_openxml.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111

1212

1313
def xcdat_open(
14-
infile: Union[str, list], data_var: str = None, decode_times: bool = True, chunks={}
14+
infile: Union[str, list],
15+
data_var: str = None,
16+
decode_times: bool = True,
17+
chunks=None,
1518
) -> xr.Dataset:
1619
"""
1720
Open input file (netCDF, or xml generated by cdscan)

0 commit comments

Comments
 (0)