From 6bf864a3079bbab5433410c15c38e018e2a55717 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 2 Jun 2019 01:08:10 -0500 Subject: [PATCH] Fix typo in Maxwell's test description --- test/test_grudge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_grudge.py b/test/test_grudge.py index 288922e0..e373e133 100644 --- a/test/test_grudge.py +++ b/test/test_grudge.py @@ -335,7 +335,7 @@ def test_convergence_advec(ctx_factory, mesh_name, mesh_pars, op_type, flux_type @pytest.mark.parametrize("order", [3, 4, 5]) def test_convergence_maxwell(ctx_factory, order): - """Test whether 3D maxwells actually converges""" + """Test whether 3D Maxwell's actually converges""" cl_ctx = cl.create_some_context() queue = cl.CommandQueue(cl_ctx) -- GitLab