Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xrspatial/geotiff/tests/test_masked_nodata_attr_2092.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def _write_int_vrt(tmp_path, src_basename, vrt_basename, sentinel=30):
in-repo VRT reader; without them the reader returns a zero-fill
buffer instead of decoding the source.
"""
import tifffile
tifffile = pytest.importorskip("tifffile")
src = str(tmp_path / src_basename)
tifffile.imwrite(src, np.array(
[[10, 20, 30], [40, 50, 60]], dtype=np.int16,
Expand Down
Loading