Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored Oct 16, 2024
1 parent 0b95c58 commit e9ad8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interface/ode_initdt_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sol = solve(prob, ExplicitRK(tableau = constructBogakiShampine3()))
dt₀ = sol.t[2]

@test 1e-7 < dt₀ < 0.1
@test_throws ErrorException local sol = solve(prob, Euler())
@test_throws ArgumentError local sol = solve(prob, Euler())
#dt₀ = sol.t[2]

sol3 = solve(prob, ExplicitRK(tableau = constructDormandPrince8_64bit()))
Expand Down

0 comments on commit e9ad8fd

Please sign in to comment.