Open zhihaozheng opened 4 years ago
I don't get this with the most recent release version (1.9.0) of MeshParty, and am currently preparing an update with some significant changes to the underlying functions. What version is this from, and does the error still happen when you set collapse_soma=False
in the skeletonize_mesh parameters?
I got this error with 1.9.0 (actually 1.9.1.dev2+ga8ad053
), and still has it with collapse_soma=False
.
Also got this runtime warning, not sure if it was related.
MeshParty/meshparty/skeletonize.py:383: RuntimeWarning: invalid value encountered in multiply
target = np.nanargmax(root_ds*valid)
What branch is that from? It's definitely not what you get from a pip install...
Also, I doubt the runtime error matters, that should just result in an inf or a nan in an intermediate array during skeletonization.
I tried different versions and got it working with 1.8.0. I didn't have a clue what was going on though...
.obj file is here