Skip to content

Commit

Permalink
Try fix README tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Feb 5, 2022
1 parent 7149487 commit 172e1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ For exmaple you can open a product directly from a Zip file with:

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

0 comments on commit 172e1ad

Please sign in to comment.