Skip to content
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

Merged
merged 21 commits into from
Mar 29, 2023
Merged

Fixes Min Step Size Bug #23

merged 21 commits into from
Mar 29, 2023

Conversation

jrenaud90
Copy link
Owner

Resolves issue #20 by using nextafter instead of double precision EPS to set minimum step size for both the cyrk_ode and nbrk_ode functions.

@codecov
Copy link

codecov bot commented Mar 28, 2023

Codecov Report

❗ No coverage uploaded for pull request base (0.5.0@b5b8b88). Click here to learn what that means.
Patch coverage: 0.00% of modified lines in pull request are covered.

❗ Current head 6590f4e differs from pull request most recent head b78c1b1. Consider uploading reports for the commit b78c1b1 to get more accurate results

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           
Flag Coverage Δ
unittests 0.00% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
CyRK/nb/nbrk.py 0.00% <0.00%> (ø)

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jrenaud90 jrenaud90 linked an issue Mar 29, 2023 that may be closed by this pull request
@jrenaud90 jrenaud90 merged commit 9c297ed into 0.5.0 Mar 29, 2023
@jrenaud90 jrenaud90 deleted the eps_bug branch March 29, 2023 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Min Step Size Bug
1 participant