DM-44889: Investigate feasibility of resurrecting matchBackgrounds.py background fitting algorithms #2404
lint.yaml
on: pull_request
call-workflow
/
lint
14s
Annotations
10 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
|
E303:
python/lsst/pipe/tasks/matchBackgrounds.py#L308
too many blank lines (2)
|
F841:
python/lsst/pipe/tasks/matchBackgrounds.py#L317
local variable 'toMatchMI' is assigned to but never used
|
F841:
python/lsst/pipe/tasks/matchBackgrounds.py#L327
local variable 'e' is assigned to but never used
|
F841:
python/lsst/pipe/tasks/matchBackgrounds.py#L539
local variable 'rms' is assigned to but never used
|
F841:
python/lsst/pipe/tasks/matchBackgrounds.py#L551
local variable 'meanVar' is assigned to but never used
|
F841:
python/lsst/pipe/tasks/matchBackgrounds.py#L557
local variable 'mse' is assigned to but never used
|