From 003f0dbe6e28b83e6d23b7104bda1b3dbf2d527f Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 29 Apr 2015 02:18:17 -0500 Subject: [PATCH] Placate PEP8 naming --- meshmode/mesh/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshmode/mesh/io.py b/meshmode/mesh/io.py index 292ee550..6c1078ee 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): -- GitLab