Skip to content

Commit

Permalink
improved src.delaunay.get_land_cells documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-chew committed May 20, 2024
1 parent 78ee0b6 commit eaf1a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/delaunay.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def get_land_cells(tri, topo, height_tol=0.5, percent_tol=0.95):
Parameters
----------
tri : :class:`scipy.spatial.qhull.Delaunay` instance
scipy Delaunay triangulation instance containing tuples of the three vertice coordinates of a triangle
tri : instance containing tuples of the three vertice coordinates of a triangle
E.g., :class:`scipy.spatial.qhull.Delaunay`
topo : array-like
2D topographic data
height_tol : float, optional
Expand Down

0 comments on commit eaf1a83

Please sign in to comment.