Add SenBench-LC100Cls-S3 dataset and SenBench-LC100Seg-S3 dataset from SentinelBench #10734
Annotations
10 errors
Run ruff checks:
tests/data/senbench_cloud_s3/data.py#L1
tests/data/senbench_cloud_s3/data.py:1:1: I001 Import block is un-sorted or un-formatted
|
Run ruff checks:
tests/data/senbench_cloud_s3/data.py#L7
tests/data/senbench_cloud_s3/data.py:7:5: ANN201 Missing return type annotation for public function `generate_fake_dataset`
|
Run ruff checks:
tests/data/senbench_cloud_s3/data.py#L7
tests/data/senbench_cloud_s3/data.py:7:27: ANN001 Missing type annotation for function argument `root_dir`
|
Run ruff checks:
tests/data/senbench_cloud_s3/data.py#L7
tests/data/senbench_cloud_s3/data.py:7:44: ANN001 Missing type annotation for function argument `num_train`
|
Run ruff checks:
tests/data/senbench_cloud_s3/data.py#L7
tests/data/senbench_cloud_s3/data.py:7:57: ANN001 Missing type annotation for function argument `num_val`
|
Run ruff checks:
tests/data/senbench_cloud_s3/data.py#L7
tests/data/senbench_cloud_s3/data.py:7:68: ANN001 Missing type annotation for function argument `num_test`
|
Run ruff checks:
tests/data/senbench_cloud_s3/data.py#L27
tests/data/senbench_cloud_s3/data.py:27:9: ANN202 Missing return type annotation for private function `generate_samples`
|
Run ruff checks:
tests/data/senbench_cloud_s3/data.py#L27
tests/data/senbench_cloud_s3/data.py:27:26: ANN001 Missing type annotation for function argument `num_samples`
|
Run ruff checks:
tests/data/senbench_cloud_s3/data.py#L27
tests/data/senbench_cloud_s3/data.py:27:39: ANN001 Missing type annotation for function argument `offset`
|
Run ruff checks:
tests/data/senbench_cloud_s3/data.py#L43
tests/data/senbench_cloud_s3/data.py:43:9: ANN202 Missing return type annotation for private function `write_csv`
|
Loading