Initial code for wind field reconstruction from vorticity and divergence #4129
Annotations
10 errors
Flake8:
src/metpy/calc/kinematics.py#L1443
[flake8] reported by reviewdog 🐶
D205 1 blank line required between summary line and description
Raw Output:
src/metpy/calc/kinematics.py:1443:5: D205 1 blank line required between summary line and description
|
Flake8:
src/metpy/calc/kinematics.py#L1443
[flake8] reported by reviewdog 🐶
D400 First line should end with a period
Raw Output:
src/metpy/calc/kinematics.py:1443:5: D400 First line should end with a period
|
Flake8:
src/metpy/calc/kinematics.py#L1471
[flake8] reported by reviewdog 🐶
F821 Undefined name `iindex`
Raw Output:
src/metpy/calc/kinematics.py:1471:13: F821 Undefined name `iindex`
|
Flake8:
src/metpy/calc/kinematics.py#L1472
[flake8] reported by reviewdog 🐶
F821 Undefined name `jindex`
Raw Output:
src/metpy/calc/kinematics.py:1472:13: F821 Undefined name `jindex`
|
Flake8:
src/metpy/calc/kinematics.py#L1473
[flake8] reported by reviewdog 🐶
F821 Undefined name `iindex`
Raw Output:
src/metpy/calc/kinematics.py:1473:22: F821 Undefined name `iindex`
|
Flake8:
src/metpy/calc/kinematics.py#L1473
[flake8] reported by reviewdog 🐶
F821 Undefined name `xindex`
Raw Output:
src/metpy/calc/kinematics.py:1473:31: F821 Undefined name `xindex`
|
Flake8:
src/metpy/calc/kinematics.py#L1474
[flake8] reported by reviewdog 🐶
F821 Undefined name `jindex`
Raw Output:
src/metpy/calc/kinematics.py:1474:22: F821 Undefined name `jindex`
|
Flake8:
src/metpy/calc/kinematics.py#L1474
[flake8] reported by reviewdog 🐶
F821 Undefined name `yindex`
Raw Output:
src/metpy/calc/kinematics.py:1474:31: F821 Undefined name `yindex`
|
Flake8:
src/metpy/calc/kinematics.py#L1476
[flake8] reported by reviewdog 🐶
F821 Undefined name `upsi`
Raw Output:
src/metpy/calc/kinematics.py:1476:13: F821 Undefined name `upsi`
|
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.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|