DM-44889: Investigate feasibility of resurrecting matchBackgrounds.py background fitting algorithms #2389
lint.yaml
on: pull_request
call-workflow
/
lint
7s
Annotations
7 errors
F401:
python/lsst/pipe/tasks/matchBackgrounds.py#L33
'lsst.pipe.base.PipelineTask' imported but unused
|
F401:
python/lsst/pipe/tasks/matchBackgrounds.py#L36
'pdb' imported but unused
|
W605:
python/lsst/pipe/tasks/matchBackgrounds.py#L223
invalid escape sequence '\s'
|
F841:
python/lsst/pipe/tasks/matchBackgrounds.py#L275
local variable 'refMI' is assigned to but never used
|
F841:
python/lsst/pipe/tasks/matchBackgrounds.py#L298
local variable 'toMatchMI' is assigned to but never used
|
F841:
python/lsst/pipe/tasks/matchBackgrounds.py#L308
local variable 'e' is assigned to but never used
|
call-workflow / lint
Process completed with exit code 1.
|