sharppy / SHARPpy

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

A whole bunch of commits related to the new picker. Funtimez. #46

Closed tsupinie closed 9 years ago

tsupinie commented 9 years ago

I added a new profile picker. It's fairly close to being release-ready, just have to add a few things to it.

Funtimez.

keltonhalbert commented 9 years ago

Just a heads up, it looks like a new bug was introduced. Since it's in an experimental branch, it isn't pressing to fix it, just want to report it for your information.

Essentially, the arrow key functionality broke. I'd fix it myself right now, but I'm heading to class. Should be an easy fix. Traceback (most recent call last): File "/Users/keltonhalbert/PYTHON/SHARPpy-map-selector/sharppy/viz/SPCWindow.py", line 406, in keyPressEvent self.updateProfs(self.profs[self.current_idx], 'none', self.modified[self.current_idx]) AttributeError: 'SkewApp' object has no attribute 'modified' Traceback (most recent call last): File "/Users/keltonhalbert/PYTHON/SHARPpy-map-selector/sharppy/viz/SPCWindow.py", line 415, in keyPressEvent self.updateProfs(self.profs[self.current_idx], 'none', self.modified[self.current_idx]) AttributeError: 'SkewApp' object has no attribute 'modified'