libigl-python-bindings
libigl-python-bindings copied to clipboard
igl.cotmatrix(V, F) causes process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
When I run igl.cotmatrix(V, F), it only shows this error message "igl.cotmatrix(V, F) causes process finished with exit code 139 (interrupted by signal 11: SIGSEGV)" without any other information. Has any one know the reason for this error? I could run igl.grad(V, F) without any porblem.
can you share the data, V, F possibly pickled?