Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed Dec 4, 2024
1 parent 3975f1d commit ba372ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcmdi_metrics/mean_climate/lib/load_and_regrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def load_and_regrid(
'[WARNING]: calendar info not found for time axis. ds.time.attrs["calendar"] is adjusted to standard'
)

# time bound check #1 -- add proper time bound info if cdms-generated annual cycle is loaded
# time bound check #1 -- add proper time bound info if non-xcdat-generated annual cycle is loaded
if isinstance(
ds.time.values[0], np.float64
): # and "units" not in list(ds.time.attrs.keys()):
Expand Down

0 comments on commit ba372ee

Please sign in to comment.