sharppy / SHARPpy

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

zero-size array to reduction operation fmax which has no identity #130

Closed hallettwx closed 5 years ago

hallettwx commented 6 years ago

Upon attempting to load this custom sounding test_sounding.txt I have recieved an error that states the following: "zero-size array to reduction operation fmax which has no identity."

This is especially strange as this is the same format as past soundings, and I believe all is formatted correctly.

I am running v1.3.0 on Windows 7 with 64bit architecture.

Curtis044 commented 6 years ago

I believe the problem is that sharppy has to have data to at least 500mb in order to plot it.

wblumberg commented 5 years ago

Closing this because Andover fixes this issue.