Adds additional lapse rate options for moist_lapse #4000
Annotations
6 errors
Flake8:
src/metpy/calc/thermo.py#L419
[flake8] reported by reviewdog 🐶
E226 Missing whitespace around arithmetic operator
Raw Output:
src/metpy/calc/thermo.py:419:22: E226 Missing whitespace around arithmetic operator
|
Flake8:
src/metpy/calc/thermo.py#L419
[flake8] reported by reviewdog 🐶
W291 [*] Trailing whitespace
Raw Output:
src/metpy/calc/thermo.py:419:65: W291 [*] Trailing whitespace
|
Flake8:
src/metpy/calc/thermo.py#L438
[flake8] reported by reviewdog 🐶
W291 [*] Trailing whitespace
Raw Output:
src/metpy/calc/thermo.py:438:85: W291 [*] Trailing whitespace
|
Flake8:
src/metpy/calc/thermo.py#L1127
[flake8] reported by reviewdog 🐶
E501 Line too long (97 > 95 characters)
Raw Output:
src/metpy/calc/thermo.py:1127:96: E501 Line too long (97 > 95 characters)
|
Flake8:
src/metpy/calc/thermo.py#L1363
[flake8] reported by reviewdog 🐶
E501 Line too long (117 > 95 characters)
Raw Output:
src/metpy/calc/thermo.py:1363:96: E501 Line too long (117 > 95 characters)
|
Flake8
Process completed with exit code 1.
|