File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,12 +148,12 @@ def test_xarray_accessor_tiled_grid_slice_and_add():
148
148
assert grid .gmt .registration is GridRegistration .PIXEL
149
149
assert grid .gmt .gtype is GridType .GEOGRAPHIC
150
150
# The source grid file for tiled grids is the first tile
151
- assert grid .encoding ["source" ].endswith ("S90E000 .earth_relief_05m_p.nc" )
151
+ assert grid .encoding ["source" ].endswith ("S90W180 .earth_relief_05m_p.nc" )
152
152
153
153
# For a sliced grid, ensure we don't fallback to the default registration (gridline)
154
154
# and gtype (cartesian), because the source grid file should still exist.
155
155
sliced_grid = grid [1 :3 , 1 :3 ]
156
- assert sliced_grid .encoding ["source" ].endswith ("S90E000 .earth_relief_05m_p.nc" )
156
+ assert sliced_grid .encoding ["source" ].endswith ("S90W180 .earth_relief_05m_p.nc" )
157
157
assert sliced_grid .gmt .registration is GridRegistration .PIXEL
158
158
assert sliced_grid .gmt .gtype is GridType .GEOGRAPHIC
159
159
You can’t perform that action at this time.
0 commit comments