Hi,
I'm getting a core dumped error when trying to compute the geodesic distance of a mesh of 2323 vertices. I have created a folder with a google colab file and the mesh that I am using. The exact error that I am getting is this one:
malloc(): corrupted top size
Aborted (core dumped)
Is there anything that I am doing wrong? As far as I understand, I am using the proper data format to be able to compute the distance.
Hi, I'm getting a core dumped error when trying to compute the geodesic distance of a mesh of 2323 vertices. I have created a folder with a google colab file and the mesh that I am using. The exact error that I am getting is this one:
Is there anything that I am doing wrong? As far as I understand, I am using the proper data format to be able to compute the distance.
Thanks,