Skip to content

Commit

Permalink
Update tests/core/test_add_raster.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Oct 2, 2023
1 parent 2e85d2e commit 61a2447
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/core/test_add_raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def test_add_raster_with_nodata(
print("DATAFUNC ", datafunc)

with tempfile.NamedTemporaryFile(suffix=".tif") as tmpfile:
print(tmpfile.name)
with rasterio.open(
tmpfile.name,
mode="w",
Expand Down

0 comments on commit 61a2447

Please sign in to comment.