Skip to content

Commit

Permalink
Merge pull request #292 from lsst/tickets/DM-40150
Browse files Browse the repository at this point in the history
DM-40150: Use QuantumContext instead of ButlerQuantumContext
  • Loading branch information
timj authored Jan 5, 2024
2 parents a32f2f2 + 2af2d1e commit 2b38363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ip/diffim/detectAndMeasure.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def __init__(self, **kwargs):
self.outputSchema = afwTable.SourceCatalog(self.schema)
self.outputSchema.getTable().setMetadata(self.algMetadata)

def runQuantum(self, butlerQC: pipeBase.ButlerQuantumContext,
def runQuantum(self, butlerQC: pipeBase.QuantumContext,
inputRefs: pipeBase.InputQuantizedConnection,
outputRefs: pipeBase.OutputQuantizedConnection):
inputs = butlerQC.get(inputRefs)
Expand Down

0 comments on commit 2b38363

Please sign in to comment.