Skip to content

Commit

Permalink
fixup connections
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Mar 2, 2021
1 parent 3cf9951 commit f02adb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/jointcal/jointcal.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class JointcalTaskConnections(pipeBase.PipelineTaskConnections,
deferLoad=True,
multiple=True,
)
# TODO DM-28991: This not load enough refcat data: the graph only to gets
# TODO DM-28991: This does not load enough refcat data: the graph only to gets
# refcats that touch the tract, but we need to go larger because we're
# loading visits that may extend further. How to test that?
astrometryRefCat = pipeBase.connectionTypes.Input(
Expand Down

0 comments on commit f02adb0

Please sign in to comment.