Skip to content

Commit d036528

Browse files
test of grdview: Adjust code for maximum line length (#4267)
Adjust for maximum line length
1 parent be792c3 commit d036528

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pygmt/tests/test_grdview.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@ def test_grdview_surface_plot_styled_with_contourpen(xrgrid):
179179
surface plot.
180180
"""
181181
fig = Figure()
182-
fig.grdview(grid=xrgrid, cmap="relief", surftype="s", contour_pen="0.5p,black,dashed")
182+
fig.grdview(
183+
grid=xrgrid, cmap="relief", surftype="s", contour_pen="0.5p,black,dashed"
184+
)
183185
return fig
184186

185187

0 commit comments

Comments
 (0)