-
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
Fixes Min Step Size Bug #23
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## 0.5.0 #23 +/- ##
=======================================
Coverage ? 0.00%
=======================================
Files ? 6
Lines ? 551
Branches ? 0
=======================================
Hits ? 0
Misses ? 551
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Resolves issue #20 by using
nextafter
instead of double precision EPS to set minimum step size for both thecyrk_ode
andnbrk_ode
functions.