pysat / pysatCDAAC

pysat support for CDAAC instruments
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

MAINT: Update deprecated 'Dataset.dims' usage to 'Dataset.sizes' #57

Closed Aadarsh-Govada closed 1 month ago

Aadarsh-Govada commented 1 month ago

Description

The current usage of 'Dataset.dims' will soon be deprecated. The return type of Dataset.dims will be changed to return a set of dimension names in future, in order to be more consistent with DataArray.dims. This PR replaces the current uses of 'Dataset.dims' with 'Dataset.sizes'.

Type of change

Maintenance

How Has This Been Tested?

Test Configuration:

Checklist: