-
Notifications
You must be signed in to change notification settings - Fork 95
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
Issue with big coordinates #33
Comments
@27am Thanks for flagging this -- can you post an example to replicate the problem? |
Sure! The code reads the file, scales the value of the coordinates and tries to compute the solution
Output:
|
Thanks! Judging from the output (e.g. the |
Thank you! Indeed with a smaller magnification there is no problem. The bug for me arises when the value is around 1000000 but I think there is no easy workaround. |
Hi there!
First of all thanks for the great repo ;)
I am getting the following error when I try to solve the 52 cities dataset with rescaled coordinates so that they are in the order of 1 billion (1e9)
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
I was wondering if somebody else is getting the same
Cheers
The text was updated successfully, but these errors were encountered: