Skip to content

Commit

Permalink
fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
yichiac committed Feb 13, 2024
1 parent 0b5e99a commit 44fecda
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
5 changes: 5 additions & 0 deletions docs/api/datamodules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ torchgeo.datamodules
Geospatial DataModules
----------------------

AgriFieldNet
^^^^^^^^^^^^

.. autoclass:: AgriFieldNetDataModule

Chesapeake Land Cover
^^^^^^^^^^^^^^^^^^^^^

Expand Down
11 changes: 0 additions & 11 deletions tests/conf/agrifieldnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,3 @@ data:
patch_size: 16
dict_kwargs:
paths: "tests/data/agrifieldnet"


data:
class_path: L7IrishDataModule
init_args:
batch_size: 1
patch_size: 32
length: 5
dict_kwargs:
paths: "tests/data/l7irish"
download: true
1 change: 1 addition & 0 deletions tests/trainers/test_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class TestSemanticSegmentationTask:
@pytest.mark.parametrize(
"name",
[
"agrifieldnet",
"chabud",
"chesapeake_cvpr_5",
"chesapeake_cvpr_7",
Expand Down

0 comments on commit 44fecda

Please sign in to comment.