Skip to content

Commit

Permalink
Update python/lsst/ap/association/diaPipe.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Sullivan <[email protected]>
  • Loading branch information
Gerenjie and isullivan authored Dec 19, 2024
1 parent 0b8fb1a commit a64f1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ap/association/diaPipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def run(self,
diaForcedSources=diaForcedSources,
diaObjects=diaCalResult.diaObjectCat,
associatedSsSources=associatedSsSources,
unassociatedSsObjects=unassociatedSsObjects
unassociatedSsObjects=unassociatedSsObjects,
)

def createNewDiaObjects(self, unAssocDiaSources):
Expand Down

0 comments on commit a64f1a9

Please sign in to comment.