Skip to content

Commit aa40b5c

Browse files
committed
CI fix
1 parent 5dc07f2 commit aa40b5c

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
@@ -1563,7 +1563,7 @@ end
15631563
cevent = [t ~ 1.0] => (f = affect!, modified = (; d))
15641564
@mtkcompile sys = System(eqs, t; continuous_events = [cevent])
15651565

1566-
# Simualtes the model and checks that values is correct.
1566+
# Simulates the model and checks that values is correct.
15671567
sol = solve(ODEProblem(sys, [], (0.0, 100.0)), Rosenbrock23())
15681568
@test sol[X][end]1.0 atol=1e-8 rtol=1e-8
15691569
@test sol.ps[p] == 2.0

0 commit comments

Comments
 (0)