Skip to content

Commit

Permalink
updated npe and removed sorting hack
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed Sep 19, 2019
1 parent fe06ff4 commit 70a8ea7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion cmake/PyiglDownloadExternal.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ endfunction()
function(pyigl_download_numpyeigen)
pyigl_download_project(numpyeigen
GIT_REPOSITORY https://github.com/fwilliams/numpyeigen.git
GIT_TAG 30d12167c5876fab59d169df11780aba84ac96aa
GIT_TAG a58d9f30e4cf77d72fcccc0df6d6ac225d741538
)
endfunction()

Expand Down
5 changes: 0 additions & 5 deletions tutorial/tutorials.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -825,10 +825,6 @@
"metadata": {},
"outputs": [],
"source": [
"import igl\n",
"import numpy as np\n",
"import scipy as sp\n",
"\n",
"v, f = igl.read_triangle_mesh(\"data/cheburashka.off\")\n",
"\n",
"## Two fixed points: Left hand, left foot should have values 1 and -1\n",
Expand All @@ -843,7 +839,6 @@
"\n",
"## Bi-Laplacian\n",
"Q = L @ (Minv @ L)\n",
"Q.sort_indices()\n",
"\n",
"## Solve with only equality constraints\n",
"Aeq = sp.sparse.csc_matrix((0, 0))\n",
Expand Down

0 comments on commit 70a8ea7

Please sign in to comment.