Skip to content

Initial code for wind field reconstruction from vorticity and divergence #4647

Initial code for wind field reconstruction from vorticity and divergence

Initial code for wind field reconstruction from vorticity and divergence #4647

Triggered via pull request May 26, 2024 13:18
Status Failure
Total duration 29s
Artifacts

linting.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Flake8: src/metpy/calc/tools.py#L1950
[ruff] reported by reviewdog 🐶 D205 1 blank line required between summary line and description Raw Output: src/metpy/calc/tools.py:1950:5: D205 1 blank line required between summary line and description
Flake8: src/metpy/calc/tools.py#L1950
[ruff] reported by reviewdog 🐶 D400 First line should end with a period Raw Output: src/metpy/calc/tools.py:1950:5: D400 First line should end with a period
Flake8: src/metpy/calc/tools.py#L1963
[ruff] reported by reviewdog 🐶 D400 First line should end with a period Raw Output: src/metpy/calc/tools.py:1963:5: D400 First line should end with a period
Flake8: src/metpy/calc/tools.py#L1963
[ruff] reported by reviewdog 🐶 D401 First line of docstring should be in imperative mood: "Computes the array indices of a bounding box" Raw Output: src/metpy/calc/tools.py:1963:5: D401 First line of docstring should be in imperative mood: "Computes the array indices of a bounding box"
Flake8: src/metpy/calc/tools.py#L1964
[ruff] reported by reviewdog 🐶 W293 [*] Blank line contains whitespace Raw Output: src/metpy/calc/tools.py:1964:1: W293 [*] Blank line contains whitespace
Flake8: src/metpy/calc/tools.py#L1981
[ruff] reported by reviewdog 🐶 D202 [*] No blank lines allowed after function docstring (found 1) Raw Output: src/metpy/calc/tools.py:1981:5: D202 [*] No blank lines allowed after function docstring (found 1)
Flake8: src/metpy/calc/tools.py#L1981
[ruff] reported by reviewdog 🐶 D205 1 blank line required between summary line and description Raw Output: src/metpy/calc/tools.py:1981:5: D205 1 blank line required between summary line and description
Flake8: src/metpy/calc/tools.py#L1981
[ruff] reported by reviewdog 🐶 D400 First line should end with a period Raw Output: src/metpy/calc/tools.py:1981:5: D400 First line should end with a period
Flake8: src/metpy/calc/tools.py#L1981
[ruff] reported by reviewdog 🐶 D401 First line of docstring should be in imperative mood: "function computes the vectorization indices for inner for loop in the" Raw Output: src/metpy/calc/tools.py:1981:5: D401 First line of docstring should be in imperative mood: "function computes the vectorization indices for inner for loop in the"
Flake8
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835