Skip to content

Commit

Permalink
make test data smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Weidenholzer committed Jul 28, 2023
1 parent 7a9dd02 commit 8ee96f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_ndvi(bounding_box):
url=url,
spatial_extent=bounding_box,
bands=["red", "nir"],
)
).isel({"x": slice(0, 20), "y": slice(0, 20)})

import dask.array as da

Expand Down

0 comments on commit 8ee96f2

Please sign in to comment.