You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix final accuracy estimate in RombergEven method (#24)
* Fix final error check in RombergEven.
* Change variable names (`row`->`col`) to reflect usage
* Fix type instability of `c`
* Remove unnecessary type notation of `maxsteps`
* Update "Raising Warnings" test set
* switch initialization of c to eltype(y) for consistency
Co-authored-by: fgasdia <[email protected]>
0 commit comments