Skip to content

Geosampler prechipping #11

Geosampler prechipping

Geosampler prechipping #11

Triggered via pull request September 17, 2024 10:32
Status Failure
Total duration 1m 35s
Artifacts

style.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Ruff (I001): torchgeo/samplers/single.py#L6
torchgeo/samplers/single.py:6:1: I001 Import block is un-sorted or un-formatted
Ruff (ANN202): torchgeo/samplers/single.py#L22
torchgeo/samplers/single.py:22:5: ANN202 Missing return type annotation for private function `_get_regex_groups_as_df`
Ruff (ANN001): torchgeo/samplers/single.py#L22
torchgeo/samplers/single.py:22:29: ANN001 Missing type annotation for function argument `dataset`
Ruff (ANN001): torchgeo/samplers/single.py#L22
torchgeo/samplers/single.py:22:38: ANN001 Missing type annotation for function argument `hits`
Ruff (D212): torchgeo/samplers/single.py#L23
torchgeo/samplers/single.py:23:5: D212 Multi-line docstring summary should start at the first line
Ruff (D205): torchgeo/samplers/single.py#L90
torchgeo/samplers/single.py:90:9: D205 1 blank line required between summary line and description
Ruff (D209): torchgeo/samplers/single.py#L90
torchgeo/samplers/single.py:90:9: D209 Multi-line docstring closing quotes should be on a separate line
Ruff (D205): torchgeo/samplers/single.py#L102
torchgeo/samplers/single.py:102:9: D205 1 blank line required between summary line and description
Ruff (F821): torchgeo/samplers/single.py#L113
torchgeo/samplers/single.py:113:25: F821 Undefined name `load_file`
Ruff (F821): torchgeo/samplers/single.py#L114
torchgeo/samplers/single.py:114:22: F821 Undefined name `filter_tiles`
prettier
Process completed with exit code 1.
mypy
Process completed with exit code 1.