Skip to content

Commit

Permalink
Use : not =
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Oct 24, 2023
1 parent f911796 commit ad18823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/tests/test_grdimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_grdimage_img_out(grid):
Test that the img_out (-A) parameter works as expected.
"""
fig = Figure()
for suffix in [".png", ".jpg", ".tiff", ".pdf=PDF"]:
for suffix in [".png", ".jpg", ".tiff", ".pdf:PDF"]:
with GMTTempFile(suffix=suffix) as tmpfile:
fig.grdimage(grid, cmap="earth", projection="W0/6i", img_out=tmpfile.name)
# Remove the driver string
Expand Down

0 comments on commit ad18823

Please sign in to comment.