Skip to content

Commit

Permalink
Update xcdat/dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder authored Jan 22, 2025
1 parent 1eda3d1 commit dd94c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcdat/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def decode_time(dataset: xr.Dataset) -> xr.Dataset:
"""Decodes CF and non-CF time coordinates and time bounds using ``cftime``.
By default, ``xarray`` only supports decoding time with CF compliant units
[5]_. This function enables also decoding time with non-CF compliant units.x
[5]_. This function enables also decoding time with non-CF compliant units.
It skips decoding time coordinates that have already been decoded as
``"datetime64[ns]"`` or ``cftime.datetime``.
Expand Down

0 comments on commit dd94c25

Please sign in to comment.