Skip to content

Commit

Permalink
DOC: add rationale
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Sep 7, 2023
1 parent c09bca9 commit c1e0f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysatNASA/instruments/methods/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def clean(self):

for key in self.variables:
# Check for symmetric dims
# Indicates transformation matrix, xarray cannot broadcast
unique_dims = len(self[key].dims) == len(np.unique(self[key].dims))
# Skip over the coordinates when cleaning
if key not in coords and unique_dims:
Expand Down

0 comments on commit c1e0f88

Please sign in to comment.