Skip to content

Commit

Permalink
Run pre-commit to hopefully fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jzvolensky committed May 6, 2024
1 parent cc0f140 commit b2a9787
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
from typing import Optional, Union

import odc.geo.xr
import odc.geo.xr
import rioxarray # needs to be imported to set .rio accessor on xarray objects.
from odc.geo.geobox import resolution_from_affine
from pyproj.crs import CRS, CRSError
Expand Down Expand Up @@ -50,7 +50,7 @@ def resample_spatial(
f'Selected resampling method "{method}" is not available! Please select one of '
f"[{', '.join(resample_methods_list)}]"
)

dims = list(data.dims)

known_dims = [
Expand Down

0 comments on commit b2a9787

Please sign in to comment.