Skip to content

Commit aaed6cd

Browse files
committed
Make test robust to partial data
1 parent 101cd70 commit aaed6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_40_eopf_product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313

1414

1515
def test_open_datatree() -> None:
16-
res = eopf_product.open_datatree(SLC_S3)
16+
res = eopf_product.open_datatree(SLC_S3, check_files_exist=True)
1717

1818
assert isinstance(res, xr.DataTree)

0 commit comments

Comments
 (0)