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 6a304e7 commit 35ec1c5Copy full SHA for 35ec1c5
test/symbolic_events.jl
@@ -1217,4 +1217,4 @@ end
1217
prob = ODEProblem(ss, [theta => 0.0], (0.0, pi))
1218
sol = solve(prob, Tsit5(); dtmax = 0.01)
1219
@test getp(sol, cnt)(sol) == 197 # we get 2 pulses per phase cycle (cos 0 crossing) and we go to 100 cycles; we miss a few due to the initial state
1220
-end
+end
0 commit comments