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

Restructure tests #762

Merged
merged 11 commits into from
Jun 5, 2019
Merged

Restructure tests #762

merged 11 commits into from
Jun 5, 2019

Conversation

ChrisRackauckas
Copy link
Member

Restructures the tests into proper folders and absorbs OrdinaryDiffEqExtendedTests.jl

@codecov
Copy link

codecov bot commented Jun 4, 2019

Codecov Report

Merging #762 into master will decrease coverage by 2.3%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #762      +/-   ##
==========================================
- Coverage   72.43%   70.12%   -2.31%     
==========================================
  Files          89       89              
  Lines       29111    28844     -267     
==========================================
- Hits        21087    20228     -859     
- Misses       8024     8616     +592
Impacted Files Coverage Δ
src/dense/high_order_rk_addsteps.jl 0% <0%> (-97.41%) ⬇️
src/dense/verner_addsteps.jl 13.08% <0%> (-86.61%) ⬇️
src/dense/low_order_rk_addsteps.jl 15.67% <0%> (-74.22%) ⬇️
src/dense/interpolants.jl 26.78% <0%> (-71.67%) ⬇️
src/dense/stiff_addsteps.jl 4.44% <0%> (-67.23%) ⬇️
src/integrators/integrator_interface.jl 23.14% <0%> (-52.07%) ⬇️
src/dense/rosenbrock_interpolants.jl 40% <0%> (-49.19%) ⬇️
src/perform_step/verner_rk_perform_step.jl 74.05% <0%> (-24.16%) ⬇️
src/dense/generic_dense.jl 62.27% <0%> (-11.16%) ⬇️
src/perform_step/generic_implicit_perform_step.jl 84.94% <0%> (-8.61%) ⬇️
... and 20 more

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 b440729...c328561. Read the comment docs.

@@ -49,7 +49,7 @@ end
nlsolver.z = z₂ = z₁

nlsolver.tmp = uprev + γ*z₁
nlsolver.c =
nlsolver.c = γ
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@YingboMa notice that new tests found this error in time-dependent derivatives of ESDIRKs, so if tests had any of this before, this is why.

@coveralls
Copy link

Coverage Status

Coverage decreased (-14.9%) to 60.829% when pulling c328561 on tests into b440729 on master.

@ChrisRackauckas ChrisRackauckas merged commit d5b9534 into master Jun 5, 2019
@ChrisRackauckas ChrisRackauckas deleted the tests branch June 5, 2019 18:32
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.

2 participants