Skip to content

Commit

Permalink
Remove test_make_warp
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Dec 4, 2024
1 parent 5d83d60 commit 8e2f967
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_validate_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,6 @@ def test_make_tables(self):
self.check_pipetasks(["makeCcdVisitTable", "makeVisitTable"], 1, 1)
self.check_datasets(["ccdVisitTable", "visitTable"], 1)

# TODO: Remove this test in DM-44612.
def test_make_warp(self):
"""Test existence of warps."""
self.check_pipetasks(["makeWarp"], self._num_visits, self._num_visits)
self.check_datasets(["deepCoadd_directWarp"], self._num_visits)

def test_make_direct_warp(self):
"""Test existence of direct warps."""
self.check_pipetasks(["makeDirectWarp"], self._num_visits, self._num_visits)
Expand Down

0 comments on commit 8e2f967

Please sign in to comment.