Skip to content

Commit

Permalink
Update tests/test_io_xarray.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas <[email protected]>
  • Loading branch information
vincentsarago and j08lue authored Sep 3, 2024
1 parent e276040 commit 71c5ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_io_xarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ def test_xarray_reader_no_crs():
arr,
dims=("time", "y", "x"),
coords={
"x": list(range(-170, 180, 10)),
"y": list(range(-80, 85, 5)),
"x": numpy.arange(-170, 180, 10),
"y": numpy.arange(-80, 85, 5),
"time": [datetime(2022, 1, 1)],
},
)
Expand Down

0 comments on commit 71c5ba8

Please sign in to comment.