Skip to content

Commit

Permalink
Fix the expected result for grdsample
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jul 18, 2024
1 parent b6b6dd8 commit 5fc4a20
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pygmt/tests/test_grdsample.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ def fixture_expected_grid():
"""
return xr.DataArray(
data=[
[460.84375, 482.78125, 891.09375],
[680.46875, 519.09375, 764.9375],
[867.75, 579.03125, 852.53125],
[551.75, 666.6875, 958.21875],
[411.3125, 518.4375, 931.28125],
[460.84375, 482.78125, 848.6875],
[680.46875, 519.09375, 760.84375],
[867.75, 579.03125, 804.875],
[551.75, 666.6875, 934.09375],
[411.3125, 518.4375, 879.875],
],
coords={
"lon": [-52, -50, -48],
Expand Down

0 comments on commit 5fc4a20

Please sign in to comment.