brain-slam / slam

Surface anaLysis And Modeling
MIT License
14 stars 24 forks source link

[MAINT] remove useless line in curvature_fit.py #82

Open maximedieudonne opened 2 years ago

maximedieudonne commented 2 years ago

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

maximedieudonne commented 2 years ago

Hi again, I propose myself to clean this function

alexpron commented 2 years ago

Nice thank you very beaucoup @MaximeDdnn I can help linting if you open a PR