Skip to content

Commit

Permalink
Remove vestigial 'funcs' arg to transform task's run method.
Browse files Browse the repository at this point in the history
This was being ignored in favor of self.funcs already.
  • Loading branch information
TallJimbo committed Apr 26, 2023
1 parent 000aab4 commit ae1f6dd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions python/lsst/ap/association/transformDiaSourceCatalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ def run(self,
diaSourceCat,
diffIm,
band,
ccdVisitId,
funcs=None):
ccdVisitId):
"""Convert input catalog to ParquetTable/Pandas and run functors.
Additionally, add new columns for stripping information from the
Expand All @@ -188,8 +187,6 @@ def run(self,
Filter band of the science image.
ccdVisitId : `int`
Identifier for this detector+visit.
funcs : `lsst.pipe.tasks.functors.Functors`, optional
Functors to apply to the catalog's columns.
Returns
-------
Expand Down

0 comments on commit ae1f6dd

Please sign in to comment.