Skip to content

Commit

Permalink
Merge pull request #1224 from PCMDI/acordonez-patch-1
Browse files Browse the repository at this point in the history
Change xcdat_open default
  • Loading branch information
acordonez authored Jan 6, 2025
2 parents 9856230 + e34c2b3 commit 9bdd219
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pcmdi_metrics/io/xcdat_openxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@


def xcdat_open(
infile: Union[str, list], data_var: str = None, decode_times: bool = True, chunks={}
infile: Union[str, list],
data_var: str = None,
decode_times: bool = True,
chunks=None,
) -> xr.Dataset:
"""
Open input file (netCDF, or xml generated by cdscan)
Expand Down

0 comments on commit 9bdd219

Please sign in to comment.