Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
clausmichele committed Oct 7, 2024
1 parent 91cd320 commit 7da3cbe
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 @@ -22,7 +22,7 @@ def test_ndvi(bounding_box):
).isel({"x": slice(0, 20), "y": slice(0, 20)})

# Test whether this works with different band names
input_cube = input_cube.rename({"band": "b"})
input_cube = input_cube.rename({"bands": "b"})

import dask.array as da

Expand Down

0 comments on commit 7da3cbe

Please sign in to comment.