Skip to content

Commit 291590f

Browse files
committed
re-add paramters for test_grdimage_central_meridian
1 parent c0efbfd commit 291590f

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
@@ -148,7 +148,7 @@ def test_grdimage_over_dateline(xrgrid):
148148
@check_figures_equal()
149149
@pytest.mark.parametrize("lon0", [0, 123, 180])
150150
@pytest.mark.parametrize("proj_type", ["H", "W"])
151-
def test_grdimage_central_meridians(grid):
151+
def test_grdimage_central_meridians(grid, proj_type, lon0):
152152
"""
153153
Test that plotting a grid with different central meridians (lon0) using
154154
Hammer (H) and Mollweide (W) projection systems work.

0 commit comments

Comments
 (0)