Skip to content

Commit ef7f0ae

Browse files
committed
Remove inputSchema for ApVerify test
1 parent d67ca95 commit ef7f0ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/lsst/pipe/tasks/multiBand.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ def __init__(self, *, config=None):
559559
del self.inputCatalog
560560
# test for ApVerify
561561
del self.scarletCatalog
562+
del self.inputSchema
562563
if not config.doAddFootprints:
563564
del self.scarletModels
564565
else:

0 commit comments

Comments
 (0)