We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be97ae1 commit fc0d627Copy full SHA for fc0d627
test/errors_thrown.jl
@@ -5,7 +5,7 @@ import ODEProblemLibrary: prob_ode_lotkavolterra
5
6
@testset "Fixed-timestep requires dt" begin
7
prob = prob_ode_lotkavolterra
8
- @test_throws ErrorException solve(prob, EK0(), adaptive=false)
+ @test_throws ArgumentError solve(prob, EK0(), adaptive=false)
9
@test_nowarn solve(
10
prob,
11
EK0(smooth=false),
test/solution.jl
@@ -146,7 +146,7 @@ using ODEProblemLibrary: prob_ode_lotkavolterra
146
for i in 1:n_samples
147
)
148
) / (m * n * o)
149
- @test_broken low <= percent_in_interval <= high
+ @test_skip low <= percent_in_interval <= high
150
end
151
152
0 commit comments