Skip to content

Convert notebook associated with SITCOM-989 into a script #13

Convert notebook associated with SITCOM-989 into a script

Convert notebook associated with SITCOM-989 into a script #13

Triggered via pull request September 15, 2023 16:53
Status Failure
Total duration 20s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (D400): python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py#L69
python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py:69:9: D400 First line should end with a period
Ruff (D401): python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py#L91
python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py:91:9: D401 First line of docstring should be in imperative mood: "Queries all the relevant data, resample them to have the same requency and merge them in a single dataframe."
Ruff (W505): python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py#L92
python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py:92:80: W505 Doc line too long (116 > 79 characters)
Ruff (E501): python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py#L92
python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py:92:111: E501 Line too long (116 > 110 characters)
Ruff (D400): python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py#L171
python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py:171:9: D400 First line should end with a period
Ruff (D401): python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py#L171
python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py:171:9: D401 First line of docstring should be in imperative mood: "Returns the halfway point between begin and end"
Ruff (D409): python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py#L220
python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py:220:9: D409 Section underline should match the length of its name ("Parameters")
Ruff (D406): python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py#L220
python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py:220:9: D406 Section name should end with a newline ("Parameters")
Ruff (D409): python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py#L220
python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py:220:9: D409 Section underline should match the length of its name ("Returns")
Ruff (D406): python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py#L220
python/lsst/summit/testing/analysis/m1m3/inertia_compensation_system.py:220:9: D406 Section name should end with a newline ("Returns")