Skip to content

Commit

Permalink
docstring adjustment for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-beer committed Feb 26, 2024
1 parent d5904a0 commit edaffcc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions resqpy/surface/_tri_mesh_stencil.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,9 @@ def apply(self, tri_mesh, handle_nan = True, border_value = np.NaN, preserve_nan
a new TriMesh in the same model as the input tri mesh, with the stencil having been applied to z values
notes:
- this method does not write hdf5 nor create xml for the new tri mesh;
- if handle_nan is False and border_value is NaN, the result will have NaN values around the edge of
the tri mesh, to a depth equivalent to the pattern length
this method does not write hdf5 nor create xml for the new tri mesh;
if handle_nan is False and border_value is NaN, the result will have NaN values around the edge of
the tri mesh, to a depth equivalent to the pattern length
"""

log.info(f'applying stencil to tri mesh: {tri_mesh.title}')
Expand Down

0 comments on commit edaffcc

Please sign in to comment.