Skip to content

Commit

Permalink
Update xcdat_openxml.py
Browse files Browse the repository at this point in the history
  • Loading branch information
acordonez authored Dec 18, 2024
1 parent d364873 commit c0608c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcmdi_metrics/io/xcdat_openxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


def xcdat_open(
infile: Union[str, list], data_var: str = None, decode_times: bool = True
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 c0608c7

Please sign in to comment.