Skip to content
New issue

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

No sliders for epsilon, nan_allowed etc./ no tabs for Scene.covariance, Scene.APS #124

Open
vanhog opened this issue May 21, 2024 · 0 comments

Comments

@vanhog
Copy link

vanhog commented May 21, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant