Skip to content

Commit

Permalink
pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaHutter committed Sep 5, 2024
1 parent f605943 commit b61a6f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import copy
from typing import Optional, Union

import copy
import numpy as np
import xarray as xr
from numpy.typing import ArrayLike
Expand Down
4 changes: 3 additions & 1 deletion tests/test_dimensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,7 @@ def test_rename_labels(temporal_interval, bounding_box, random_raster_data):

with pytest.raises(Exception):
rename_labels(
input_cube, dimension="bands", target=["B02", "B03", "B04", "B05", "B08", "B11", "B12"]
input_cube,
dimension="bands",
target=["B02", "B03", "B04", "B05", "B08", "B11", "B12"],
)

0 comments on commit b61a6f1

Please sign in to comment.