pysat / pysatNASA

pysat support for NASA Instruments
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

BUG: cleaning routine #203

Closed jklenzing closed 1 year ago

jklenzing commented 1 year ago

Description

The maven insitu data is having an issue with the general cleaning routine. This is because it includes transformation matrics that have symmetric dimensions, ie ('time', 'compno_3', 'compno_3'). xarray doesn't like this. Since it doesn't make sense to clean the transformation matrices (similar to coords), we place a check in the clean routine to skip over these.

Type of change

How Has This Been Tested?

loading maven insitu data

Test Configuration:

Checklist:

If this is a release PR, replace the first item of the above checklist with the release checklist on the wiki: https://github.com/pysat/pysat/wiki/Checklist-for-Release