Add AI4ArcticSeaIce dataset. #10426
Annotations
11 errors and 3 warnings
Ruff (I001):
tests/data/ai4arctic_sea_ice/data.py#L6
tests/data/ai4arctic_sea_ice/data.py:6:1: I001 Import block is un-sorted or un-formatted
|
Ruff (ANN201):
tests/data/ai4arctic_sea_ice/data.py#L16
tests/data/ai4arctic_sea_ice/data.py:16:5: ANN201 Missing return type annotation for public function `create_dummy_nc_file`
|
Ruff (ANN201):
tests/data/ai4arctic_sea_ice/data.py#L140
tests/data/ai4arctic_sea_ice/data.py:140:5: ANN201 Missing return type annotation for public function `create_metadata_csv`
|
Ruff (ANN201):
tests/data/ai4arctic_sea_ice/data.py#L187
tests/data/ai4arctic_sea_ice/data.py:187:5: ANN201 Missing return type annotation for public function `main`
|
Ruff (I001):
tests/datasets/test_ai4arctic_sea_ice.py#L4
tests/datasets/test_ai4arctic_sea_ice.py:4:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
tests/datasets/test_ai4arctic_sea_ice.py#L4
tests/datasets/test_ai4arctic_sea_ice.py:4:8: F401 `shutil` imported but unused
|
Ruff (RUF022):
torchgeo/datasets/__init__.py#L153
torchgeo/datasets/__init__.py:153:11: RUF022 `__all__` is not sorted
|
Ruff (I001):
torchgeo/datasets/ai4arctic_sea_ice.py#L6
torchgeo/datasets/ai4arctic_sea_ice.py:6:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
torchgeo/datasets/ai4arctic_sea_ice.py#L6
torchgeo/datasets/ai4arctic_sea_ice.py:6:8: F401 `json` imported but unused
|
Ruff (F401):
torchgeo/datasets/ai4arctic_sea_ice.py#L14
torchgeo/datasets/ai4arctic_sea_ice.py:14:22: F401 `datetime.datetime` imported but unused
|
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
|