Skip to content

Fix WyomingUpperAir Missing Station Information bug #827

Fix WyomingUpperAir Missing Station Information bug

Fix WyomingUpperAir Missing Station Information bug #827

Re-run triggered November 29, 2023 19:42
Status Failure
Total duration 30s
Artifacts

linting.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Flake8: tests/test_wyoming.py#L144
[flake8] reported by reviewdog 🐶 W293 blank line contains whitespace Raw Output: ./tests/test_wyoming.py:144:1: W293 blank line contains whitespace
Flake8: tests/test_wyoming.py#L145
[flake8] reported by reviewdog 🐶 E302 expected 2 blank lines, found 1 Raw Output: ./tests/test_wyoming.py:145:1: E302 expected 2 blank lines, found 1
Flake8: tests/test_wyoming.py#L146
[flake8] reported by reviewdog 🐶 F811 redefinition of unused 'test_no_data_wyoming' from line 131 Raw Output: ./tests/test_wyoming.py:146:1: F811 redefinition of unused 'test_no_data_wyoming' from line 131
Flake8: tests/test_wyoming.py#L149
[flake8] reported by reviewdog 🐶 W293 blank line contains whitespace Raw Output: ./tests/test_wyoming.py:149:1: W293 blank line contains whitespace
Flake8: tests/test_wyoming.py#L152
[flake8] reported by reviewdog 🐶 E711 comparison to None should be 'if cond is None:' Raw Output: ./tests/test_wyoming.py:152:30: E711 comparison to None should be 'if cond is None:'
Flake8: tests/test_wyoming.py#L153
[flake8] reported by reviewdog 🐶 E711 comparison to None should be 'if cond is None:' Raw Output: ./tests/test_wyoming.py:153:31: E711 comparison to None should be 'if cond is None:'
Flake8: tests/test_wyoming.py#L154
[flake8] reported by reviewdog 🐶 E711 comparison to None should be 'if cond is None:' Raw Output: ./tests/test_wyoming.py:154:31: E711 comparison to None should be 'if cond is None:'
Flake8: src/siphon/http_util.py#L493
[flake8] reported by reviewdog 🐶 E231 missing whitespace after ':' Raw Output: ./src/siphon/http_util.py:493:71: E231 missing whitespace after ':'
Flake8: src/siphon/cdmr/ncstream.py#L143
[flake8] reported by reviewdog 🐶 E231 missing whitespace after ':' Raw Output: ./src/siphon/cdmr/ncstream.py:143:60: E231 missing whitespace after ':'
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