Skip to content

Commit

Permalink
Merge pull request #888 from lsst/tickets/DM-42154-hotfix
Browse files Browse the repository at this point in the history
DM-42154-hotfix: Remove refcat prerequisite input when not using matches.
  • Loading branch information
erykoff authored Feb 13, 2024
2 parents dec0668 + 3740730 commit cadf7aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/pipe/tasks/multiBand.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ def __init__(self, *, config=None):
self.inputs -= set(("scarletModels",))

if config.doMatchSources is False:
self.prerequisiteInputs -= set(("refCat",))
self.outputs -= set(("matchResult",))

if config.doWriteMatchesDenormalized is False:
Expand Down

0 comments on commit cadf7aa

Please sign in to comment.