-
Notifications
You must be signed in to change notification settings - Fork 73
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
JS VectorObserver / inverse_terra sometimes fails to converge #347
Labels
bug
Something isn't working
Comments
Thank you for your bug report! I have confirmed this is a real problem. I am investigating, and will report back here when I have an update. |
Here is a stack trace using unminified code:
|
cosinekitty
added a commit
that referenced
this issue
May 27, 2024
I tried more distant objects like Jupiter ... Neptune. This revealed that at increasing distances, the convergence threshold in inverse_terra needed to increased also. So now I use 1 AU as a baseline, and scale up linearly for more distant objects.
This commit was not supposed to close the issue. Re-opening now, because there are more changes coming. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a possible heisenbug with VectorObserver().
When running the following loop, I end up with the error
Uncaught inverse_terra failed to converge
(for the valuets=1717780096005
).However, when I change the starting point of the loop, say from 1717780096000 to 1717780096001, the program falls in error later in the loop. Is anyone able to reproduce this error ?
The text was updated successfully, but these errors were encountered: