Skip to content

Commit

Permalink
chore(deprecation): Deprecate unused cal function
Browse files Browse the repository at this point in the history
This commit deprecates `astrodata.testing.get_associate_calibrations`,
for removal in version 3.0.0.
  • Loading branch information
teald committed Nov 5, 2024
1 parent 508b157 commit 0bc602e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions astrodata/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
from astropy.table import Table
from astropy.utils.data import download_file

from .utils import deprecated

# Disable pylint import error
# pylint: disable=import-outside-toplevel

Expand Down Expand Up @@ -695,6 +697,7 @@ def download_from_archive(
return local_path


@deprecated("No longer supported. Will be removed in 3.0.0.")
def get_associated_calibrations(filename, nbias=5):
"""Query Gemini Observatory Archive for associated calibrations.
Expand Down

0 comments on commit 0bc602e

Please sign in to comment.