diff --git a/test/test_chained.py b/test/test_chained.py index 76c416f37f96abde8e8b43404acf8d85d4c39173..21ebbda4f202b5175f3d04e5c4eae2c95027b759 100644 --- a/test/test_chained.py +++ b/test/test_chained.py @@ -68,7 +68,7 @@ def create_discretization(queue, ndim, if mesh_name == "torus": mesh = generate_torus(10.0, 5.0, order=order, - n_inner=nelements, n_outer=nelements) + n_minor=nelements, n_major=nelements) elif mesh_name == "warp": mesh = generate_warped_rect_mesh(ndim, order=order, n=nelements) else: