Skip to content

Commit c92292b

Browse files
committed
Remember to return True when computing geodesics discretely
1 parent 2771778 commit c92292b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stochman/discretized_manifold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,4 @@ def connecting_geodesic(self, p1, p2, curve=None):
293293

294294
curve.fit(t, coordinates)
295295

296-
return curve
296+
return curve, True

0 commit comments

Comments
 (0)