Skip to content

Commit

Permalink
Update tests/test_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 94c9481 commit 4176f23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_diaPipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ def solarSystemAssociator_run(unAssocDiaSources, solarSystemObjectTable, diffIm)
ssoAssocDiaSources=_makeMockDataFrame(),
unAssocDiaSources=_makeMockDataFrame(),
associatedSsSources=_makeMockDataFrame(),
unassociatedSsObjects=_makeMockDataFrame())
unassociatedSsObjects=_makeMockDataFrame(),
)

def associator_run(table, diaObjects):
return lsst.pipe.base.Struct(nUpdatedDiaObjects=2, nUnassociatedDiaObjects=3,
Expand Down

0 comments on commit 4176f23

Please sign in to comment.