Skip to content

Commit c7216d5

Browse files
Update simpeg_drivers/components/meshes.py
Co-authored-by: benk-mira <81254271+benk-mira@users.noreply.github.com>
1 parent d5c6b97 commit c7216d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simpeg_drivers/components/meshes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def ensure_cell_convention(mesh: Octree) -> TreeMesh | None:
227227
attr = f"{dim}_cell_size"
228228
setattr(mesh, attr, np.abs(getattr(mesh, attr)))
229229

230-
indices = treemesh.get_containing_cells( # pylint: disable=W0212
230+
indices = treemesh.get_containing_cells(
231231
mesh.centroids
232232
)
233233
ind = np.argsort(indices)

0 commit comments

Comments
 (0)