glue-viz / glue-wwt

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

Remove old/unused code in table_layer.py #107

Closed astrofrog closed 2 months ago

astrofrog commented 3 months ago

In table_layer.py we have a number of checks for the version of PyWWT and different code paths depending on which version is used. However, we require PyWWT 0.21 or later, so all the version comparisons are not useful since we know we will have a more recent PyWWT. Therefore we can probably clean up some of the code in there.