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 DiffEqProblemLibrary and add tests #14

Merged
merged 2 commits into from
Jul 12, 2017
Merged

Use DiffEqProblemLibrary and add tests #14

merged 2 commits into from
Jul 12, 2017

Conversation

devmotion
Copy link
Member

Hi!

Already shortly after SciML/DiffEqProblemLibrary.jl#9 was merged I wanted to open this PR in order to use DiffEqProblemLibrary.jl in the tests. However, by adding some additional tests I discovered that the unconstrained algorithm computes different solutions for in-place and not in-place functions. I tried to fix this problem, but without success yet. I'll open an issue regarding this problem, the failing tests are commented out in this PR.

@ChrisRackauckas
Copy link
Member

Instead of commenting them out, can you add @test_broken? Need to check around for a place where the values alias. Thanks for catching it.

@devmotion
Copy link
Member Author

Ah I didn't know about @test_broken 👍

@devmotion
Copy link
Member Author

Tests work locally, but will fail on Travis etc because there is no release of DiffEqProblemLibrary.jl with DDE problems yet.

@ChrisRackauckas
Copy link
Member

Got it. I'll just tag that right now.

@ChrisRackauckas
Copy link
Member

JuliaLang/METADATA.jl#10216

@coveralls
Copy link

coveralls commented Jul 12, 2017

Coverage Status

Coverage remained the same at 78.049% when pulling 7f1eccd on devmotion:import_problems into 2f3ffbb on JuliaDiffEq:master.

@ChrisRackauckas ChrisRackauckas merged commit 1ca6931 into SciML:master Jul 12, 2017
@codecov-io
Copy link

codecov-io commented Jul 12, 2017

Codecov Report

Merging #14 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   78.04%   78.04%           
=======================================
  Files           8        8           
  Lines         164      164           
=======================================
  Hits          128      128           
  Misses         36       36

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 2f3ffbb...7f1eccd. Read the comment docs.

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

4 participants