Skip to content

Commit

Permalink
Improve formulation
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich committed Apr 28, 2024
1 parent 6b84090 commit bcda23a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygmt/tests/test_grdcontour.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def fixture_grid():
@pytest.mark.mpl_image_compare
def test_grdcontour(grid):
"""
Plot a contour image using an xarray grid with fixed (different) levels and
Plot a contour image using an xarray grid with fixed (different) contour and
annotation intervals.
"""
fig = Figure()
Expand All @@ -35,7 +35,7 @@ def test_grdcontour(grid):
@pytest.mark.mpl_image_compare
def test_grdcontour_one_level(grid):
"""
Plot a contour image using an xarray grid with one levels level and one
Plot a contour image using an xarray grid with one contour level and one
(different) annotation level.
"""
fig = Figure()
Expand Down

0 comments on commit bcda23a

Please sign in to comment.