Skip to content

Commit 0a73114

Browse files
committed
Run test_grdimage_over_dateline with debug mode on
1 parent 53dc9c9 commit 0a73114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_grdimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ def test_grdimage_over_dateline(xrgrid):
8686
fig = Figure()
8787
assert xrgrid.gmt.registration == 0 # gridline registration
8888
xrgrid.gmt.gtype = 1 # geographic coordinate system
89-
fig.grdimage(grid=xrgrid, region="g", projection="A0/0/1i")
89+
fig.grdimage(grid=xrgrid, region="g", projection="A0/0/1i", V="d")
9090
return fig

0 commit comments

Comments
 (0)