-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix docs build #31
base: main
Are you sure you want to change the base?
Fix docs build #31
Conversation
Strange, I pass the tests locally. |
Any way you can fix the tests? change tolerances or something? Docs wont build if tests fail. Thanks for the PR! |
I will play around with parameters and see if it passes the tests. |
Any tips on how to debug why the tests run locally and not here? |
Can you tell me what is going wrong with the test? What is it supposed to be testing and what it finds instead? |
Given two initial guesses, the algorithm finds an orbit only for one of the guesses. |
Can you just check out the branch, run the initial conditions and see if you get the orbit you should, otherwise change the guess? |
Or, significantly increase the starting guess period for the second orbit. |
One of the algorithms stopped converging for examples in the docs. I changed the initial guesses and precision. This must have resulted from some changes in other libraries, probably
NonlinearSolve
.