Skip to content

DM-44305: Implement Gaussian Process interpolation over bad pixels #741

DM-44305: Implement Gaussian Process interpolation over bad pixels

DM-44305: Implement Gaussian Process interpolation over bad pixels #741

Triggered via pull request May 20, 2024 20:53
Status Failure
Total duration 19s
Artifacts

lint.yaml

on: pull_request
call-workflow  /  lint
10s
call-workflow / lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
E302: python/lsst/meas/algorithms/gp_interpolation.py#L16
expected 2 blank lines, found 1
E501: python/lsst/meas/algorithms/gp_interpolation.py#L20
line too long (115 > 110 characters)
E501: python/lsst/meas/algorithms/gp_interpolation.py#L40
line too long (115 > 110 characters)
E501: python/lsst/meas/algorithms/gp_interpolation.py#L41
line too long (115 > 110 characters)
E501: python/lsst/meas/algorithms/gp_interpolation.py#L43
line too long (116 > 110 characters)
E741: python/lsst/meas/algorithms/gp_interpolation.py#L48
ambiguous variable name 'l'
E722: python/lsst/meas/algorithms/gp_interpolation.py#L148
do not use bare 'except'
E123: python/lsst/meas/algorithms/gp_interpolation.py#L153
closing bracket does not match indentation of opening bracket's line
E303: python/lsst/meas/algorithms/gp_interpolation.py#L159
too many blank lines (2)
E111: python/lsst/meas/algorithms/gp_interpolation.py#L217
indentation is not a multiple of 4