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

Use max instead of + when combining abs- and relstep. #57

Merged
merged 1 commit into from
May 29, 2019

Conversation

andreasnoack
Copy link
Member

Så my last PR changed the behavior here just a tiny bit but enough to make 10 out of Optim's ~200k tests fail. This change should make the behavior exactly identical to version <10 and hence fix the breakage.

@coveralls
Copy link

coveralls commented May 29, 2019

Coverage Status

Coverage decreased (-1.9%) to 56.884% when pulling a07a909 on andreasnoack:an/fix into 7616865 on JuliaDiffEq:master.

@codecov
Copy link

codecov bot commented May 29, 2019

Codecov Report

Merging #57 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #57   +/-   ##
=======================================
  Coverage   58.02%   58.02%           
=======================================
  Files           6        6           
  Lines         293      293           
=======================================
  Hits          170      170           
  Misses        123      123
Impacted Files Coverage Δ
src/finitediff.jl 23.07% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7616865...a07a909. Read the comment docs.

@ChrisRackauckas ChrisRackauckas merged commit 8a9f60d into JuliaDiff:master May 29, 2019
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.

None yet

3 participants