You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am attempting to gather HRRR data, but when I try to select the HRRR from the "Select Sounding Source" drop down menu in the GUI, the system crashes, returning "QThread: Destroyed while thread is still running." This leads me to believe there's a function somewhere missing "self." and is throwing something out of memory, much like this issue: https://stackoverflow.com/questions/15702782/qthread-destroyed-while-thread-is-still-running
To Reproduce
Steps to reproduce the behavior:
Open SHARPpy from the command line with command "sharppy"
When the GUI pops up, select any model from the "Select Sounding Source" drop down menu (The crash and error will often occur here)
Select a location on the map
Select a run time and lead time (The crash and error will often occur here)
Select a different model (The crash and error will often occur here)
Expected behavior
I should be able to select a model, location, and run time without the system crashing. When I am able to click "generate profile," SHARPpy is unable to decode files, but that's another issue I'll post on
Describe the bug
I am attempting to gather HRRR data, but when I try to select the HRRR from the "Select Sounding Source" drop down menu in the GUI, the system crashes, returning "QThread: Destroyed while thread is still running." This leads me to believe there's a function somewhere missing "self." and is throwing something out of memory, much like this issue: https://stackoverflow.com/questions/15702782/qthread-destroyed-while-thread-is-still-running
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should be able to select a model, location, and run time without the system crashing. When I am able to click "generate profile," SHARPpy is unable to decode files, but that's another issue I'll post on
Screenshots
Gif of the problem occuring:
issue
Versioning Information (please complete the following information):
I'm also attaching my environment
Thanks!
req.txt
sharppy_config.txt
sharppy_log.txt
The text was updated successfully, but these errors were encountered: