Skip to content

Merge pull request #1 from sede-open/ts_support #3

Merge pull request #1 from sede-open/ts_support

Merge pull request #1 from sede-open/ts_support #3

Triggered via push August 30, 2024 09:58
Status Failure
Total duration 2m 20s
Artifacts

style.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Ruff (ANN001): tests/samplers/test_single.py#L150
tests/samplers/test_single.py:150:31: ANN001 Missing type annotation for function argument `tmpdir_factory`
Ruff (D205): torchgeo/samplers/single.py#L132
torchgeo/samplers/single.py:132:9: D205 1 blank line required between summary line and description
Ruff (D210): torchgeo/samplers/single.py#L132
torchgeo/samplers/single.py:132:9: D210 No whitespaces allowed surrounding docstring text
Ruff (D205): torchgeo/samplers/single.py#L170
torchgeo/samplers/single.py:170:9: D205 1 blank line required between summary line and description
Ruff (D415): torchgeo/samplers/single.py#L182
torchgeo/samplers/single.py:182:9: D415 First line should end with a period, question mark, or exclamation point
Ruff (D102): torchgeo/samplers/single.py#L289
torchgeo/samplers/single.py:289:9: D102 Missing docstring in public method
Ruff (ANN001): torchgeo/samplers/single.py#L289
torchgeo/samplers/single.py:289:25: ANN001 Missing type annotation for function argument `num_samples`
Ruff (D102): torchgeo/samplers/single.py#L394
torchgeo/samplers/single.py:394:9: D102 Missing docstring in public method
Ruff (D102): torchgeo/samplers/single.py#L485
torchgeo/samplers/single.py:485:9: D102 Missing docstring in public method
ruff
Process completed with exit code 1.
mypy
Process completed with exit code 1.