Skip to content

MODIS dataset implementation for TorchGeo #10562

MODIS dataset implementation for TorchGeo

MODIS dataset implementation for TorchGeo #10562

Triggered via pull request February 5, 2025 20:36
Status Failure
Total duration 3m 36s
Artifacts

style.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Ruff (D100): Torchgeo_MODIS.py#L1
Torchgeo_MODIS.py:1:1: D100 Missing docstring in public module
Ruff (I001): Torchgeo_MODIS.py#L4
Torchgeo_MODIS.py:4:1: I001 Import block is un-sorted or un-formatted
Ruff (D101): Torchgeo_MODIS.py#L128
Torchgeo_MODIS.py:128:7: D101 Missing docstring in public class
Ruff (RUF012): Torchgeo_MODIS.py#L129
Torchgeo_MODIS.py:129:13: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
Ruff (ANN201): Torchgeo_MODIS.py#L132
Torchgeo_MODIS.py:132:9: ANN201 Missing return type annotation for public function `resources`
Ruff (D102): Torchgeo_MODIS.py#L132
Torchgeo_MODIS.py:132:9: D102 Missing docstring in public method
Ruff (ANN201): Torchgeo_MODIS.py#L141
Torchgeo_MODIS.py:141:9: ANN201 Missing return type annotation for public function `download`
Ruff (D102): Torchgeo_MODIS.py#L141
Torchgeo_MODIS.py:141:9: D102 Missing docstring in public method
Ruff (ANN204): Torchgeo_MODIS.py#L144
Torchgeo_MODIS.py:144:9: ANN204 Missing return type annotation for special method `__init__`
Ruff (D107): Torchgeo_MODIS.py#L144
Torchgeo_MODIS.py:144:9: D107 Missing docstring in `__init__`
mypy
Process completed with exit code 1.