CDAT / cdms

8 stars 10 forks source link

Problems with udunits in CDAT82 #374

Closed durack1 closed 4 years ago

durack1 commented 4 years ago

I have just encountered the following issue while trying to load vcs

import vcs
~anaconda3/envs/cdat82MesaPy3/lib/python3.7/site-packages/unidata/__init__.py:2: UserWarning: unidata package is deprecated please use genutil.udunits instead of unidata.udunits
  warnings.warn("unidata package is deprecated please use genutil.udunits instead of unidata.udunits")

Might be something quick to fix before 8.2 is officially released

@downiec @jasonb5 @muryanto1

jasonb5 commented 4 years ago

@durack1 thanks for the report, looks like @muryanto1 has fixed this https://github.com/CDAT/vcsaddons/pull/45. Will be in the CDAT 8.2.1 release.

durack1 commented 4 years ago

@jasonb5 perfect, looking forward to seeing this land!