Closed AlbertoMQ closed 4 years ago
Can't say without an MWE. https://stackoverflow.com/help/minimal-reproducible-example
You will need to complete your code so I can just copy and paste it to my machine to see the error.
Sorry this is actually an issue with
xyz = np.asarray(mesh.vertices)
needs to be
xyz = np.copy(np.asarray(mesh.vertices))
Why am I getting error? Using Optimesh 0.6.3