Skip to content

Commit d67ca95

Browse files
committed
Attempt to remove scarletCatalog for ApVerify test of dcr multiband code
1 parent fa86954 commit d67ca95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/lsst/pipe/tasks/multiBand.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,8 @@ def __init__(self, *, config=None):
557557
# TODO[DM-47797]: only the 'if' block contents here should survive.
558558
if config.inputCatalog == "deblendedCatalog":
559559
del self.inputCatalog
560+
# test for ApVerify
561+
del self.scarletCatalog
560562
if not config.doAddFootprints:
561563
del self.scarletModels
562564
else:

0 commit comments

Comments
 (0)