pysat / pysatNASA

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

BUG: ICON metadata being dropped #164

Closed jklenzing closed 1 year ago

jklenzing commented 1 year ago

Describe the bug Many fill vals, mins, max, etc are being dropped.

To Reproduce From github actions:

 UserWarning: Metadata with type <class 'numpy.float32'> does not match expected type (<class 'int'>, <class 'float'>). Dropping input for 'ICON_L23_MIGHTI_B_Thermal_Electric_Cooler_Cold_Temperature' with key 'ValidMin'

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

jklenzing commented 1 year ago

TODO: run against pysat develop to make sure that types are properly updated.

jklenzing commented 1 year ago

Updates in pysat 3.1.0 have fixed this issue.