-
Notifications
You must be signed in to change notification settings - Fork 30
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
Making autodiff Jacobian reusable #211
Conversation
I am unsure about the DynamicalSystemsBase.jl/src/core_systems/jacobian.jl Lines 9 to 24 in 82b2915
Especially line 17. I suppose that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah this seems fine to me. In the future don't wait for a review to add the documentation. The documentation is the most important part and is what you should be writing first anyways!
Please review if it position of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect. Don't forget to increment minor version in Project.toml and add a changelog entry.
ah, also tests fail. Can you check that please? |
The test fails for |
If you want to fix it, thanks, as it is not related to your GSOC, but please do so in another PR! |
I have separated the
ForwardDiff.jl
jacobian from thetangent_rule
. This way we can reuse this inPeriodicOrbits.jl
.If you find everything ok, I will modify the docstrings.