Skip to content

ENH: Add cumulative integration function. #4631

ENH: Add cumulative integration function.

ENH: Add cumulative integration function. #4631

Triggered via pull request May 21, 2024 12:23
Status Failure
Total duration 24m 51s
Artifacts

linting.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Flake8: src/metpy/calc/tools.py#L1971
[ruff] reported by reviewdog 🐶 E501 Line too long (155 > 95) Raw Output: src/metpy/calc/tools.py:1971:96: E501 Line too long (155 > 95)
Flake8: src/metpy/calc/tools.py#L1977
[ruff] reported by reviewdog 🐶 F821 Undefined name `f` Raw Output: src/metpy/calc/tools.py:1977:42: F821 Undefined name `f`
Flake8: tests/calc/test_calc_tools.py#L1563
[ruff] reported by reviewdog 🐶 D103 Missing docstring in public function Raw Output: tests/calc/test_calc_tools.py:1563:5: D103 Missing docstring in public function
Flake8: tests/calc/test_calc_tools.py#L1569
[ruff] reported by reviewdog 🐶 D103 Missing docstring in public function Raw Output: tests/calc/test_calc_tools.py:1569:5: D103 Missing docstring in public function
Flake8: tests/calc/test_calc_tools.py#L1570
[ruff] reported by reviewdog 🐶 Q000 [*] Double quotes found but single quotes preferred Raw Output: tests/calc/test_calc_tools.py:1570:34: Q000 [*] Double quotes found but single quotes preferred
Flake8: tests/calc/test_calc_tools.py#L1571
[ruff] reported by reviewdog 🐶 Q000 [*] Double quotes found but single quotes preferred Raw Output: tests/calc/test_calc_tools.py:1571:47: Q000 [*] Double quotes found but single quotes preferred
Flake8: tests/calc/test_calc_tools.py#L1574
[ruff] reported by reviewdog 🐶 Q000 [*] Double quotes found but single quotes preferred Raw Output: tests/calc/test_calc_tools.py:1574:61: Q000 [*] Double quotes found but single quotes preferred
Flake8: tests/calc/test_calc_tools.py#L1578
[ruff] reported by reviewdog 🐶 D103 Missing docstring in public function Raw Output: tests/calc/test_calc_tools.py:1578:5: D103 Missing docstring in public function
Flake8: tests/calc/test_calc_tools.py#L1581
[ruff] reported by reviewdog 🐶 Q000 [*] Double quotes found but single quotes preferred Raw Output: tests/calc/test_calc_tools.py:1581:10: Q000 [*] Double quotes found but single quotes preferred
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