We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Obviously due to a SliderWidgetParameterItem issue, parts of the spool-window where missing after a fresh installation of kite:
Traceback (most recent call last): File /path_to_/pyrocko/lib/python3.11/site-packages/kite/spool/tab_scene.py:276 in changeComponent self.plot.component = parameter.value() File /path_to_/pyrocko/lib/python3.11/site-packages/kite/spool/base.py:293 in component raise AttributeError("Invalid component %s" % component) AttributeError: Invalid component Traceback (most recent call last): File /path_to_/pyrocko/lib/python3.11/site-packages/kite/spool/spool.py:158 in buildViews self.addView(v) File /path_to_/pyrocko/lib/python3.11/site-packages/kite/spool/spool.py:175 in addView view = view(self) File /path_to_/pyrocko/lib/python3.11/site-packages/kite/spool/tab_quadtree.py:23 in __init__ self.param_quadtree = KiteParamQuadtree(model, self.main_widget, expanded=True) File /path_to_/pyrocko/lib/python3.11/site-packages/kite/spool/tab_quadtree.py:296 in __init__ self.epsilon.itemClass = SliderWidgetParameterItem AttributeError: property 'itemClass' of 'SimpleParameter' object has no setter
A workaround was to downgrade pyqtgraph to version 0.12.4.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Obviously due to a SliderWidgetParameterItem issue, parts of the spool-window where missing after a fresh installation of kite:
A workaround was to downgrade pyqtgraph to version 0.12.4.
The text was updated successfully, but these errors were encountered: