We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101cd70 commit aaed6cdCopy full SHA for aaed6cd
tests/test_40_eopf_product.py
@@ -13,6 +13,6 @@
13
14
15
def test_open_datatree() -> None:
16
- res = eopf_product.open_datatree(SLC_S3)
+ res = eopf_product.open_datatree(SLC_S3, check_files_exist=True)
17
18
assert isinstance(res, xr.DataTree)
0 commit comments