Skip to content

Commit

Permalink
馃摑 Remove mention of tuple being returned in test_pyogrio_reader
Browse files Browse the repository at this point in the history
Forgot to edit the unit test's docstring. Patches #33.
  • Loading branch information
weiji14 committed Sep 7, 2022
1 parent 66e0d04 commit e1d8417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zen3geo/tests/test_datapipes_pyogrio.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# %%
def test_pyogrio_reader():
"""
Ensure that PyogrioReader works to read in a GeoTIFF file and outputs a
tuple made up of a filename and an xarray.DataArray object.
Ensure that PyogrioReader works to read in a GeoTIFF file and outputs an
xarray.DataArray object.
"""
file_url: str = "https://github.com/geopandas/pyogrio/raw/v0.4.0/pyogrio/tests/fixtures/test_gpkg_nulls.gpkg"
dp = IterableWrapper(iterable=[file_url])
Expand Down

0 comments on commit e1d8417

Please sign in to comment.