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
The recent (merged and open) PRs with surface processing (#357, #342, and #359) have some computational efficiency issues, e.g. with surface generation now taking on order of minutes, and laplace-beltrami nearly an hour depending on surface complexity, we should revisit this code and try to use libraries (with vtk/c++ backends) instead of processing meshes directly with python/numpy.. pyvista would be the first choice to use since it is already in our envs, but there are likely other options as well..
The text was updated successfully, but these errors were encountered:
The recent (merged and open) PRs with surface processing (#357, #342, and #359) have some computational efficiency issues, e.g. with surface generation now taking on order of minutes, and laplace-beltrami nearly an hour depending on surface complexity, we should revisit this code and try to use libraries (with vtk/c++ backends) instead of processing meshes directly with python/numpy.. pyvista would be the first choice to use since it is already in our envs, but there are likely other options as well..
The text was updated successfully, but these errors were encountered: