Skip to content

Commit

Permalink
revert deprecating specviz2d property
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Jan 14, 2025
1 parent 06c4af4 commit bf6e860
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jdaviz/configs/mosviz/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from astropy import units as u
from astropy.coordinates import SkyCoord
from astropy.table import QTable
from astropy.utils.decorators import deprecated
from glue.core.data import Data
from glue.core.exceptions import IncompatibleAttribute

Expand Down Expand Up @@ -873,7 +872,6 @@ def specviz(self):
return self._specviz

@property
@deprecated(since="4.2", alternative="viewers['spectrum-2d-viewer']")
def specviz2d(self):
"""
A Specviz2d helper (:class:`~jdaviz.configs.specviz2d.helper.Specviz2d`) for the Jdaviz
Expand Down

0 comments on commit bf6e860

Please sign in to comment.