Skip to content

Commit

Permalink
Merge branch 'tickets/DM-33256'
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Aug 12, 2022
2 parents 77ba87b + 7b07708 commit dd33e16
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright 2014-2019 The Trustees of Princeton University
Copyright 2014-2019 University of Washington
Copyright 2014-2022 University of Washington
Copyright 2014-2018 Association of Universities for Research in Astronomy
Copyright 2016-2018 The Board of Trustees of the Leland Stanford Junior University, through SLAC National Accelerator Laboratory
Copyright 2014-2015, 2017 The Regents of the University of California
Expand Down
3 changes: 0 additions & 3 deletions python/lsst/pipe/tasks/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

from lsst.pipe.base import Struct, connectionTypes
from lsst.verify import Measurement
from lsst.verify.gen2tasks import register
from lsst.verify.tasks import MetricTask, MetricConfig, MetricConnections, MetricComputationError


Expand All @@ -54,7 +53,6 @@ class NumberDeblendedSourcesMetricConfig(
pass


@register("numDeblendedSciSources")
class NumberDeblendedSourcesMetricTask(MetricTask):
"""Task that computes the number of science sources that have
been deblended.
Expand Down Expand Up @@ -139,7 +137,6 @@ class NumberDeblendChildSourcesMetricConfig(
pass


@register("numDeblendChildSciSources")
class NumberDeblendChildSourcesMetricTask(MetricTask):
"""Task that computes the number of science sources created
through deblending.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import lsst.utils.tests
import lsst.pipe.base.testUtils
from lsst.verify import Name
from lsst.verify.gen2tasks.testUtils import MetricTaskTestCase
from lsst.verify.tasks.testUtils import MetricTaskTestCase

from lsst.pipe.tasks.metrics import \
NumberDeblendedSourcesMetricTask, NumberDeblendChildSourcesMetricTask
Expand Down

0 comments on commit dd33e16

Please sign in to comment.