-
Notifications
You must be signed in to change notification settings - Fork 62
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 solve_exp_ode not updating position #748
Conversation
Nice! The one small hint failing is an entry in the changeling (NEWS.md), if you could add that as well, this looks perfect! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #748 +/- ##
=======================================
Coverage 99.69% 99.69%
=======================================
Files 123 123
Lines 11415 11415
=======================================
Hits 11380 11380
Misses 35 35 ☔ View full report in Codecov by Sentry. |
Should I just add a new minor version number for this? |
yes, as date you could put “unreleased” we will add the date when we register the new version; for the rest just follow the scheme that is already there :) |
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.
Looks good to me. Thanks for your contribution!
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.
Thanks, this looks right to me.
Fixes #744 and fixes #740. Also add some new tests that fail without the fix for #744.