Skip to content

Commit

Permalink
Merge pull request #190 from lsst/tickets/DM-30683
Browse files Browse the repository at this point in the history
DM-30683: Remove diaSourceAnalysis.py
  • Loading branch information
parejkoj committed Jul 24, 2021
2 parents 9aaea11 + e876019 commit 00a9d74
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 164 deletions.
1 change: 0 additions & 1 deletion python/lsst/ip/diffim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
from .imagePsfMatch import *
from .modelPsfMatch import *
from .snapPsfMatch import *
from .diaSourceAnalysis import *
from .makeKernelBasisList import *
from .diaCatalogSourceSelector import *
from .dipoleMeasurement import *
Expand Down
159 changes: 0 additions & 159 deletions python/lsst/ip/diffim/diaSourceAnalysis.py

This file was deleted.

4 changes: 0 additions & 4 deletions tests/test_ipDiffimConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@

class DiffimTestCases(lsst.utils.tests.TestCase):

def testDiaSourceAnalystConfig(self):
config = ipDiffim.DiaSourceAnalystConfig()
config.validate()

def testImagePsfMatchConfig(self):
config = ipDiffim.ImagePsfMatchConfig()
config.validate()
Expand Down

0 comments on commit 00a9d74

Please sign in to comment.