We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Processing a simple SWC file like the following
1 2 0 0 0 6 -1 2 2 10 0 0 2 1 3 2 20 0 0 2 2 4 2 30 0 0 2 3
fails with
ERROR: Caught string exception at top level. message: "CellNetworkIterator::operator->(): down-casting to value type failed. internal logic error."
Changing the structure identifier of the first line to 1 (soma) makes it work.
The code should also work without a soma attached to the geometry. At least, however, the error should hint to the cause of the problem.
The text was updated successfully, but these errors were encountered:
Update CellNetwork_impl.hh
f9ea09a
Trying to address issue #1
After integrating PR #4, AnaMorph will throw with a specific error message, that this is not yet supported.
I think it is best to open a new issue as a feature request for this matter.
Sorry, something went wrong.
No branches or pull requests
Processing a simple SWC file like the following
fails with
Changing the structure identifier of the first line to 1 (soma) makes it work.
The code should also work without a soma attached to the geometry.
At least, however, the error should hint to the cause of the problem.
The text was updated successfully, but these errors were encountered: