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 9666196 commit cb80b6aCopy full SHA for cb80b6a
test/symbolic_events.jl
@@ -829,8 +829,8 @@ let
829
sol = solve(prob, Tsit5(), saveat = 0.1)
830
831
@test typeof(oneosc_ce_simpl) == ODESystem
832
- @test sol[1, 6] < 1.0 # test whether x(t) decreases over time
833
- @test sol[1, 18] > 0.5 # test whether event happened
+ @test sol[oscce.x, 6] < 1.0 # test whether x(t) decreases over time
+ @test sol[oscce.x, 18] > 0.5 # test whether event happened
834
end
835
836
@testset "Additional SymbolicContinuousCallback options" begin
0 commit comments