diff --git a/meshmode/mesh/io.py b/meshmode/mesh/io.py index 292ee55077a178c70694bf8fd719b2fe42eef143..6c1078ee9a63ca0a5113f52cc27720a488523af1 100644 --- a/meshmode/mesh/io.py +++ b/meshmode/mesh/io.py @@ -213,7 +213,7 @@ def generate_gmsh(source, dimensions, order=None, other_options=[], mesh = recv.get_mesh() if force_ambient_dim is None: - AXIS_NAMES = "xyz" + AXIS_NAMES = "xyz" # noqa dim = mesh.vertices.shape[0] for idim in range(dim):