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
This is failing because the code expects the vertices indicated by the faces to be 0-indexed. However, it is 1-indexed for the cortex mesh and thus it is going out of bound for the last vertex.
ayan-b
added a commit
to ayan-b/tvb-geodesic
that referenced
this issue
Jun 24, 2020
Dataset: https://github.com/the-virtual-brain/tvb-data/blob/master/tvb_data/surfaceData/cortex_2x120k.zip
Used code:
Related to #22
While only using the C++ library:
The text was updated successfully, but these errors were encountered: