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 a64f1a9 commit 94c9481
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 @@ -131,7 +131,7 @@ class DiaPipelineConnections(
dimensions=("instrument", "visit", "detector"),
)
unassociatedSsObjects = connTypes.Output(
doc="Expected locations of an ssObject with no source",
doc="Expected locations of an ssObject with no associated diaSource",
name="ssUnassociatedObjects",
storageClass="ArrowAstropy",
dimensions=("instrument", "visit", "detector"),
Expand Down

0 comments on commit 94c9481

Please sign in to comment.