sharppy / SHARPpy

Sounding/Hodograph Analysis and Research Program in Python
https://sharppy.github.io/SHARPpy/index.html
Other
221 stars 110 forks source link

[BUG] watch_type.py module init_phase method returns 4 values but too many to unpack (3) in subsequent methods #203

Open rrbarnes opened 4 years ago

rrbarnes commented 4 years ago

Methods like posneg_temperature and posneg_wetbulb implement watch_type.init_phase but 4 values are returned not 3. See lines 216 and 332 within watch_type.py.