Skip to content

Commit 172e1ad

Browse files
committed
Try fix README tests
1 parent 7149487 commit 172e1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ For exmaple you can open a product directly from a Zip file with:
364364

365365
```python-repl
366366
>>> slc_iw_zip_path = "tests/data/S1B_IW_SLC__1SDV_20210401T052622_20210401T052650_026269_032297_EFA4.zip"
367-
>>> xr.open_dataset(f"zip://*/manifest.safe::{slc_iw_zip_path}", group="IW1/VH", engine="sentinel-1")
367+
>>> xr.open_dataset(f"zip://*/manifest.safe::{slc_iw_zip_path}", group="IW1/VH", engine="sentinel-1") # doctest: +SKIP
368368
<xarray.Dataset>
369369
Dimensions: (pixel: 21632, line: 13509)
370370
Coordinates:

0 commit comments

Comments
 (0)