sharppy / SHARPpy

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

Error in Microburst Composite Index Code #82

Closed fairman closed 8 years ago

fairman commented 8 years ago

Hi guys-

There's an error in the microburst composite code (line 2768 in sharptab/params.py). sbli_term is referenced in line 2768 whereas it most likely should be sbpcl.li5 as in earlier code. Just wanted to let you know!

wblumberg commented 8 years ago

Hi @fairman ...

I'm having some trouble finding this error. Line 2768 in the online code base doesn't have any reference to the "sbli_term". Are you working off of the most recent version?

https://github.com/sharppy/SHARPpy/blob/master/sharppy/sharptab/params.py

Thanks,

Greg Blumberg

fairman commented 8 years ago

Argh, sorry, Greg. It does look to be fixed in the latest commit. Thanks for the help!

wblumberg commented 8 years ago

Hey, no problem! This is exactly the kind of participation from others we need to make this truly a quality community-based tool!