Skip to content

Commit 4d40de7

Browse files
natelustmrawls
authored andcommitted
Update detection task adaptArgsAndRun
Adapt the adaptArgsAndRun method for the detection PipelineTask to the new api which takes butler as an argument.
1 parent 3548395 commit 4d40de7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/lsst/pipe/tasks/multiBand.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def runDataRef(self, patchRef):
292292
self.write(results, patchRef)
293293
return results
294294

295-
def adaptArgsAndRun(self, inputData, inputDataIds, outputDataIds):
295+
def adaptArgsAndRun(self, inputData, inputDataIds, outputDataIds, butler):
296296
# FINDME: DM-15843 needs to come back and address these next two lines with a final solution
297297
inputData["idFactory"] = afwTable.IdFactory.makeSimple()
298298
inputData["expId"] = 0

0 commit comments

Comments
 (0)