Skip to content

Commit c61bbfa

Browse files
committed
Debug test_image
1 parent 2a1510a commit c61bbfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_image.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
def test_image():
1616
"Place images on map"
1717
fig = Figure()
18-
fig.image(TEST_IMG, D="x0/0+w1i", F="+pthin,blue")
18+
fig.image(TEST_IMG, D="x0/0+w1i", F="+pthin,blue", V='d')
1919
return fig

0 commit comments

Comments
 (0)