Skip to content

Commit

Permalink
Remove override file for makeCoaddTempExp
Browse files Browse the repository at this point in the history
because config.bgSubtracted is True by default now
  • Loading branch information
yalsayyad committed Feb 24, 2021
1 parent 7f078d3 commit daebd74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions config/makeCoaddTempExp.py

This file was deleted.

2 changes: 0 additions & 2 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

from lsst.pipe.tasks.ingest import IngestConfig
from lsst.pipe.tasks.makeSkyMap import MakeSkyMapConfig
from lsst.pipe.tasks.makeCoaddTempExp import MakeCoaddTempExpConfig
from lsst.pipe.tasks.multiBand import MergeDetectionsConfig
from lsst.pipe.tasks.multiBand import MergeMeasurementsConfig
from lsst.pipe.tasks.processCcd import ProcessCcdConfig
Expand All @@ -45,7 +44,6 @@ def testOverrides(self):
# dependency of this package.
for configClass, overrideFilename in {
IngestConfig: "ingest.py",
MakeCoaddTempExpConfig: "makeCoaddTempExp.py",
MakeSkyMapConfig: "makeSkyMap.py",
MergeDetectionsConfig: "mergeCoaddDetections.py",
MergeMeasurementsConfig: "mergeCoaddMeasurements.py",
Expand Down

0 comments on commit daebd74

Please sign in to comment.