Skip to content

Commit

Permalink
Merge pull request #79 from lsst/tickets/DM-29509
Browse files Browse the repository at this point in the history
DM-29509: Add the version when MetricTask was deprecated
  • Loading branch information
timj committed Mar 30, 2021
2 parents f3774bf + f85aadc commit a0979ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/verify/gen2tasks/metricTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
@deprecated(
reason="Replaced by `lsst.verify.tasks.MetricTask`. "
"To be removed along with daf_persistence.",
version="v20.0",
category=FutureWarning)
class MetricTask(Gen3MetricTask, metaclass=abc.ABCMeta):
"""A base class for tasks that compute one metric from input datasets.
Expand Down

0 comments on commit a0979ac

Please sign in to comment.