Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur committed Nov 22, 2024
1 parent ec2eb99 commit c253d0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_datacube_axes_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ def setup_method(self, method):
download_test_data(nexus_url, "foo.grib")

ds = data.from_source("file", "./tests/data/foo.grib")
latlon_array = ds.to_xarray().isel(step=0).isel(number=0).isel(surface=0).isel(time=0)
# latlon_array = ds.to_xarray().isel(step=0).isel(number=0).isel(surface=0).isel(time=0)
latlon_array = ds.to_xarray()
latlon_array = latlon_array.t2m
self.options = {
"axis_config": [
Expand Down

0 comments on commit c253d0f

Please sign in to comment.