Skip to content

Commit

Permalink
New tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gstein3m committed Apr 25, 2024
1 parent 84c25dc commit 68fbc21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/interface/mass_matrix_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ dependent_M2 = MatrixOperator(ones(3, 3), update_func = update_func2,
@test _norm_dsol(Rosenbrock32(), prob, prob2)0 atol=1e-11
@test _norm_dsol(ROS3P(), prob, prob2)0 atol=1e-11
@test _norm_dsol(Rodas3(), prob, prob2)0 atol=1e-11
@test _norm_dsol(Rodas23W(), prob, prob2)0 atol=1e-11
@test _norm_dsol(Rodas3P(), prob, prob2)0 atol=1e-11
@test _norm_dsol(ROS2(), prob, prob2)0 atol=1e-11
@test _norm_dsol(ROS2PR(), prob, prob2)0 atol=1e-11
@test _norm_dsol(ROS2S(), prob, prob2)0 atol=1e-11
Expand All @@ -133,6 +131,8 @@ dependent_M2 = MatrixOperator(ones(3, 3), update_func = update_func2,
@test _norm_dsol(Rodas42(), prob, prob2)0 atol=1e-9
@test _norm_dsol(Rodas4P(), prob, prob2)0 atol=1e-9
@test _norm_dsol(Rodas5(), prob, prob2)0 atol=1e-7
@test _norm_dsol(Rodas23W(), prob, prob2)0 atol=1e-11
@test _norm_dsol(Rodas3P(), prob, prob2)0 atol=1e-11
@test _norm_dsol(Rodas5P(), prob, prob2)0 atol=1e-7
@test _norm_dsol(Rodas5Pe(), prob, prob2)0 atol=1e-7
@test _norm_dsol(Rodas5Pr(), prob, prob2)0 atol=1e-7
Expand Down
2 changes: 1 addition & 1 deletion test/regression/iipvsoop_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ working_rosenbrock_algs = [Rosenbrock23(), ROS3P(), Rodas3(),
ROS2(), ROS2PR(), ROS2S(), ROS3(), ROS3PR(), Scholz4_7(),
ROS34PW1a(), ROS34PW1b(), ROS34PW2(), ROS34PW3(),
ROS34PRw(), ROS3PRL(), ROS3PRL2(),
Rodas23W(), Rodas3P(), Rodas5P(), Rodas5Pe()]
Rodas23W(), Rodas3P(), Rodas5Pe(), Rodas5P()]

rosenbrock_algs = [Rosenbrock32()
]
Expand Down

0 comments on commit 68fbc21

Please sign in to comment.