Skip to content

Commit

Permalink
fixup: remove unused skyMap arg
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Nov 16, 2023
1 parent edcc236 commit 9b2afb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/drp/tasks/assemble_cell_coadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def _construct_stats_control(self):
statsCtrl.setNanSafe(True)
return statsCtrl

def run(self, inputWarps, skyMap, skyInfo, **kwargs):
def run(self, inputWarps, skyInfo, **kwargs):
statsCtrl = self._construct_stats_control()

gc = self._construct_grid_container(skyInfo, statsCtrl)
Expand Down

0 comments on commit 9b2afb0

Please sign in to comment.