Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Nov 5, 2024
1 parent be97ae1 commit ec66aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/solution.jl
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ using ODEProblemLibrary: prob_ode_lotkavolterra
for i in 1:n_samples
)
) / (m * n * o)
@test_broken low <= percent_in_interval <= high
@test low <= percent_in_interval <= high
end
end
end
Expand Down

0 comments on commit ec66aa5

Please sign in to comment.