Skip to content

Commit

Permalink
Update mass_matrix_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
gstein3m committed Apr 25, 2024
1 parent 68fbc21 commit cba02fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/interface/mass_matrix_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +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(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
@test _norm_dsol(ROS3(), prob, prob2)0 atol=1e-11
Expand Down

0 comments on commit cba02fd

Please sign in to comment.