From 7da3cbe987534567b88bf55825fa6d4847d3e82f Mon Sep 17 00:00:00 2001 From: Michele Claus Date: Mon, 7 Oct 2024 13:48:27 +0000 Subject: [PATCH] fix test --- tests/test_indices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_indices.py b/tests/test_indices.py index 3e03f144..c3093e30 100644 --- a/tests/test_indices.py +++ b/tests/test_indices.py @@ -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