Skip to content

Commit 35ec1c5

Browse files
committed
Formatter (3)
1 parent 6a304e7 commit 35ec1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/symbolic_events.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,4 +1217,4 @@ end
12171217
prob = ODEProblem(ss, [theta => 0.0], (0.0, pi))
12181218
sol = solve(prob, Tsit5(); dtmax = 0.01)
12191219
@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
1220+
end

0 commit comments

Comments
 (0)