Skip to content

Commit

Permalink
Fix ticket number in TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Jun 7, 2019
1 parent f30de7e commit 9bfb73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ap/pipe/ap_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def runAssociation(self, sensorRef):
diffim,
return_pandas=True)
result = self.associator.run(dia_sources, diffim, self.ppdb)
# TODO: DM-19960
# TODO: DM-19906
# Need to convert diaFourcedSource task to accept pandas.DataFrame
# as an input.
# self.diaForcedSource.run(result.dia_objects,
Expand Down

0 comments on commit 9bfb73b

Please sign in to comment.