From bcda23ac2b447f04452a535cb0e0a8ebd1048f67 Mon Sep 17 00:00:00 2001 From: yvonnefroelich Date: Sun, 28 Apr 2024 23:57:45 +0200 Subject: [PATCH] Improve formulation --- pygmt/tests/test_grdcontour.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygmt/tests/test_grdcontour.py b/pygmt/tests/test_grdcontour.py index 62afa51e739..14d43e849cf 100644 --- a/pygmt/tests/test_grdcontour.py +++ b/pygmt/tests/test_grdcontour.py @@ -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() @@ -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()