Plot method for eddmaps dataset #10199
Annotations
11 errors and 3 warnings
Ruff (I001):
torchgeo/datasets/eddmaps.py#L6
torchgeo/datasets/eddmaps.py:6:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP035):
torchgeo/datasets/eddmaps.py#L16
torchgeo/datasets/eddmaps.py:16:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
|
Ruff (ANN001):
torchgeo/datasets/eddmaps.py#L113
torchgeo/datasets/eddmaps.py:113:5: ANN001 Missing type annotation for function argument `self`
|
Ruff (UP007):
torchgeo/datasets/eddmaps.py#L114
torchgeo/datasets/eddmaps.py:114:12: UP007 Use `X | Y` for type annotations
|
Ruff (UP006):
torchgeo/datasets/eddmaps.py#L120
torchgeo/datasets/eddmaps.py:120:14: UP006 Use `tuple` instead of `Tuple` for type annotation
|
Ruff (D201):
torchgeo/datasets/eddmaps.py#L123
torchgeo/datasets/eddmaps.py:123:5: D201 No blank lines allowed before function docstring (found 1)
|
Ruff (D202):
torchgeo/datasets/eddmaps.py#L123
torchgeo/datasets/eddmaps.py:123:5: D202 No blank lines allowed after function docstring (found 1)
|
Ruff (D205):
torchgeo/datasets/eddmaps.py#L123
torchgeo/datasets/eddmaps.py:123:5: D205 1 blank line required between summary line and description
|
Ruff (D210):
torchgeo/datasets/eddmaps.py#L123
torchgeo/datasets/eddmaps.py:123:5: D210 No whitespaces allowed surrounding docstring text
|
Ruff (D415):
torchgeo/datasets/eddmaps.py#L123
torchgeo/datasets/eddmaps.py:123:5: D415 First line should end with a period, question mark, or exclamation point
|
mypy
Process completed with exit code 1.
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
mypy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|