-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fatal error with area NaN #35
Comments
I couldn't determine which image this was, only that it came from volume 1835. |
The error was thrown (despite code 0) because Edit: Probably from here since there are 3 laser points. |
Maybe this line tried to do |
Usually this shouldn't be possible but I'll have a look. |
The error is indeed that sqrt that is called with a negative number (although it is practically 0). |
It's curious that the code is
0
and error isfalse
and this is still found in the logs. Check how this is possible. Also check how it could find laser points but couldn't compute the area.The text was updated successfully, but these errors were encountered: