GEOS-ESM / GMAOpyobs

GMAO pyobs
Apache License 2.0
4 stars 1 forks source link

types module deprecated #31

Closed patricia-nasa closed 1 year ago

patricia-nasa commented 1 year ago

A lot of the pyobs scripts use the 'types' module to check for a type (e.g. ListType, StrType). this is deprecated in python3. should use python native types to check the variable type.