We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7252da commit 5412553Copy full SHA for 5412553
tests/test_40_eopf_product.py
@@ -1,6 +1,7 @@
1
import pathlib
2
3
import xarray as xr
4
+
5
from xarray_sentinel import eopf_product
6
7
DATA_FOLDER = pathlib.Path(__file__).parent / "data"
@@ -10,7 +11,8 @@
10
11
/ "S1B_IW_SLC__1SDV_20210401T052622_20210401T052650_026269_032297_EFA4.SAFE"
12
)
13
14
15
def test_open_datatree() -> None:
16
res = eopf_product.open_datatree(SLC_IW)
17
- assert isinstance(res, xr.DataTree)
18
+ assert isinstance(res, xr.DataTree)
0 commit comments