From 2af2d1efab9c5e4a85c879f7615936227f006580 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Thu, 4 Jan 2024 14:48:44 -0700 Subject: [PATCH] Use QuantumContext instead of ButlerQuantumContext --- python/lsst/ip/diffim/detectAndMeasure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/ip/diffim/detectAndMeasure.py b/python/lsst/ip/diffim/detectAndMeasure.py index 8c7b051b..1720e8de 100644 --- a/python/lsst/ip/diffim/detectAndMeasure.py +++ b/python/lsst/ip/diffim/detectAndMeasure.py @@ -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)