You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,
In the curvature_fit.py function i notice one useless line :
line 35 if (i == 175):
print("Debug")
Moreover there are commented lines :
line23-24 . vertex_normals =
faces=
line 44 rotation_matrix =
line 53. neigh =
line 68 parameters =
It's a little confused to have commented lines that defines variable differently,
can we remove this lines ?
thanks for your help
The text was updated successfully, but these errors were encountered:
hello,
In the curvature_fit.py function i notice one useless line :
line 35 if (i == 175):
print("Debug")
Moreover there are commented lines :
line23-24 . vertex_normals =
faces=
line 44 rotation_matrix =
line 53. neigh =
line 68 parameters =
It's a little confused to have commented lines that defines variable differently,
can we remove this lines ?
thanks for your help
The text was updated successfully, but these errors were encountered: