-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Inf error when plotting nodes with same x, y location #197
Comments
Please provide the complete stacktrace |
|
I was able to circumvent the issue by adding a small random value to each x and y location. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the x,y,z attribute, and error rises if multiple nodes share the same location.
The exact error text is
It appears to be a LinearAlegbra error that is rising inside the nearest_intersection function.
The text was updated successfully, but these errors were encountered: