Skip to content

Commit

Permalink
Merge pull request #158 from lsst/tickets/DM-35877
Browse files Browse the repository at this point in the history
DM-35877: Remove use of gen2 RunnerClass
  • Loading branch information
timj committed Aug 11, 2022
2 parents ba600fe + 25b5d30 commit 762897c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/lsst/ap/association/diaPipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ class DiaPipelineTask(pipeBase.PipelineTask):
"""
ConfigClass = DiaPipelineConfig
_DefaultName = "diaPipe"
RunnerClass = pipeBase.ButlerInitializedTaskRunner

def __init__(self, initInputs=None, **kwargs):
super().__init__(**kwargs)
Expand Down
1 change: 0 additions & 1 deletion python/lsst/ap/association/transformDiaSourceCatalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class TransformDiaSourceCatalogTask(TransformCatalogBaseTask):
"""
ConfigClass = TransformDiaSourceCatalogConfig
_DefaultName = "transformDiaSourceCatalog"
RunnerClass = pipeBase.ButlerInitializedTaskRunner
# Needed to create a valid TransformCatalogBaseTask, but unused
inputDataset = "deepDiff_diaSrc"
outputDataset = "deepDiff_diaSrcTable"
Expand Down

0 comments on commit 762897c

Please sign in to comment.