glue-viz / glue-wwt

WorldWideTelescope viewer in glue
BSD 3-Clause "New" or "Revised" License
2 stars 6 forks source link

Attribute error #60

Closed astrofrog closed 4 months ago

astrofrog commented 5 years ago
Traceback (most recent call last):
  File "/Users/tom/python/dagstuhl/lib/python3.7/site-packages/glue/external/echo/qt/connect.py", line 480, in update_prop
    setattr(self._instance, self._prop, data_wrapper.data)
  File "/Users/tom/python/dagstuhl/lib/python3.7/site-packages/glue/external/echo/core.py", line 266, in __setattr__
    self._notify_global(**{attribute: value})
  File "/Users/tom/python/dagstuhl/lib/python3.7/site-packages/glue/external/echo/core.py", line 261, in _notify_global
    callback(**kwargs)
  File "/Users/tom/python/dagstuhl/lib/python3.7/site-packages/glue_wwt/viewer/layer_artist.py", line 104, in _update_markers
    self.disable_invalid_attributes(self._viewer_state.dec_att)
AttributeError: 'WWTDataViewerState' object has no attribute 'dec_att'
Carifio24 commented 4 months ago

This was fixed in #87.