Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 13a26c83 authored by INGELS Florian's avatar INGELS Florian
Browse files

Added max_iterations on geometric distance

parent 38c8df96
No related branches found
No related tags found
No related merge requests found
Pipeline #532855 failed
......@@ -329,6 +329,8 @@ def geometric_distance(tf1,tf2,alpha=0.95,epsilon=1e-6,iterations_max=float('Inf
#sys.stdout.write('\rIteration : %i | Angles: %.6f, %.6f' % (j,theta1,theta2))
j+=1
# out of the loop
return norm(xbar - ybar)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment