Skip to content

Commit 87d2993

Browse files
Merge pull request #1117 from lsst/tickets/DM-47521
DM-47521: Remove redirect stubs for MakeDirectWarp and MakePsfMatchedWarp
2 parents e67d24e + c516ea5 commit 87d2993

6 files changed

+1
-268
lines changed

doc/lsst.pipe.tasks/index.rst

-6
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,6 @@ Python API reference
159159
.. automodapi:: lsst.pipe.tasks.makeDiscreteSkyMap
160160
:no-inheritance-diagram:
161161

162-
.. automodapi:: lsst.pipe.tasks.make_direct_warp
163-
:no-inheritance-diagram:
164-
165-
.. automodapi:: lsst.pipe.tasks.make_psf_matched_warp
166-
:no-inheritance-diagram:
167-
168162
.. automodapi:: lsst.pipe.tasks.makeWarp
169163
:no-inheritance-diagram:
170164

doc/lsst.pipe.tasks/tasks/lsst.pipe.tasks.make_direct_warp.MakeDirectWarpTask.rst

-31
This file was deleted.

doc/lsst.pipe.tasks/tasks/lsst.pipe.tasks.make_psf_matched_warp.MakePsfMatchedWarpTask.rst

-133
This file was deleted.

python/lsst/pipe/tasks/make_direct_warp.py

-37
This file was deleted.

python/lsst/pipe/tasks/make_psf_matched_warp.py

-54
This file was deleted.

tests/test_import.py

+1-7
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,7 @@ class PipeTasksImportTestCase(ImportTestCase):
3535
"lsst.pipe.tasks",
3636
"lsst.pipe.tasks.script",
3737
"lsst.pipe.tasks.dataFrameActions",
38-
}
39-
40-
SKIP_FILES = {
41-
"lsst.pipe.tasks": {
42-
"make_direct_warp.py", # TODO: Remove in DM-47521.
43-
"make_psf_matched_warp.py", # TODO: Remove in DM-47521.
44-
}
38+
"lsst.pipe.tasks.prettyPictureMaker",
4539
}
4640

4741

0 commit comments

Comments
 (0)