Skip to content

Commit b6fbf80

Browse files
author
Jüstel
committed
FixTypingError
1 parent 512b02d commit b6fbf80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemgis/visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4634,7 +4634,7 @@ def resample_between_well_deviation_points(coordinates: np.ndarray) -> np.ndarra
46344634

46354635

46364636
def get_points_along_spline(spline: pv.core.pointset.PolyData,
4637-
dist: np.ndarray) -> pv.core.pyvista_ndarray.pyvista_ndarray:
4637+
dist: np.ndarray):
46384638
"""Return the closest point on the spline a given a length along a spline.
46394639
46404640
Parameters

0 commit comments

Comments
 (0)