Add BigEarthNet Version2 #10437
Annotations
12 errors and 2 warnings
Ruff (I001):
tests/data/bigearthnetV2/data.py#L8
tests/data/bigearthnetV2/data.py:8:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
tests/data/bigearthnetV2/data.py#L10
tests/data/bigearthnetV2/data.py:10:8: F401 `hashlib` imported but unused
|
Ruff (F401):
tests/data/bigearthnetV2/data.py#L15
tests/data/bigearthnetV2/data.py:15:22: F401 `datetime.datetime` imported but unused
|
Ruff (ANN201):
tests/data/bigearthnetV2/data.py#L65
tests/data/bigearthnetV2/data.py:65:5: ANN201 Missing return type annotation for public function `create_directory_structure`
|
Ruff (ANN201):
tests/data/bigearthnetV2/data.py#L129
tests/data/bigearthnetV2/data.py:129:5: ANN201 Missing return type annotation for public function `create_metadata`
|
Ruff (ANN201):
tests/data/bigearthnetV2/data.py#L147
tests/data/bigearthnetV2/data.py:147:5: ANN201 Missing return type annotation for public function `compress_directory`
|
Ruff (ANN201):
tests/data/bigearthnetV2/data.py#L163
tests/data/bigearthnetV2/data.py:163:5: ANN201 Missing return type annotation for public function `main`
|
Ruff (F841):
tests/datasets/test_bigearthnetV2.py#L48
tests/datasets/test_bigearthnetV2.py:48:9: F841 Local variable `dummy_metadata` is assigned to but never used
|
Ruff (RUF012):
torchgeo/datasets/bigearthnet.py#L589
torchgeo/datasets/bigearthnet.py:589:21: RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
|
ruff
Process completed with exit code 1.
|
mypy
Canceling since a higher priority waiting request for 'style-nilsleh:benv2' exists
|
mypy
The operation was canceled.
|
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
|