We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ed695 commit de525c0Copy full SHA for de525c0
requirements/tests.txt
@@ -1,5 +1,5 @@
1
# tests
2
mypy==0.961
3
-nbmake==1.1
+nbmake==1.3.0
4
pytest==7.1.2
5
pytest-cov==3.0.0
torchgeo/datasets/eurosat.py
@@ -129,6 +129,8 @@ def __init__(
129
RuntimeError: if ``download=False`` and data is not found, or checksums
130
don't match
131
132
+ .. versionadded:: 0.3
133
+ The *bands* parameter.
134
"""
135
self.root = root
136
self.transforms = transforms
torchgeo/datasets/so2sat.py
@@ -150,6 +150,9 @@ def __init__(
150
Raises:
151
AssertionError: if ``split`` argument is invalid
152
RuntimeError: if data is not found in ``root``, or checksums don't match
153
+
154
155
156
157
try:
158
import h5py # noqa: F401
0 commit comments