Skip to content

Commit

Permalink
Merge pull request #172 from lsst/tickets/DM-36786
Browse files Browse the repository at this point in the history
DM-36786: Add missing output values to struct (fixes DM-36199 breakage)
  • Loading branch information
parejkoj committed Oct 28, 2022
2 parents a7a8948 + ea1082c commit b08acd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/ap/verify/testPipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,4 +524,6 @@ def run(self,
"""
return Struct(apdbMarker=self.config.apdb.value,
associatedDiaSources=pandas.DataFrame(),
diaForcedSources=pandas.DataFrame(),
diaObjects=pandas.DataFrame(),
)

0 comments on commit b08acd6

Please sign in to comment.