Skip to content

Commit 644b657

Browse files
Merge pull request #4735 from ChrisRackauckas-Claude/agent/jumpprocesses-928-followup
Raise ModelingToolkitBase JumpProcesses floor to 9.28
2 parents 2a6af43 + d17df95 commit 644b657

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/ModelingToolkitBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ ImplicitDiscreteSolve = "0.1.2, 1, 2.1.2"
132132
InfiniteOpt = "0.6"
133133
InteractiveUtils = "1"
134134
JuliaFormatter = "1.0.47, 2"
135-
JumpProcesses = "9.27.0"
135+
JumpProcesses = "9.28.0"
136136
LabelledArrays = "1.3"
137137
Latexify = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16"
138138
Libdl = "1"

lib/ModelingToolkitBase/test/symbolic_events.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ end
617617
jsys = complete(jsys)
618618
jprob = JumpProblem(jsys, [u0; p], tspan; aggregator = Direct(), kwargs...)
619619
sol = solve(jprob, SSAStepper(); tstops = tstops)
620+
@test SciMLBase.successful_retcode(sol)
620621
@test (sol(1.000000000001)[1] - sol(0.99999999999)[1]) == 1
621622
paramtotest === nothing || (@test sol.ps[paramtotest] == [0.0, 1.0])
622623
@test sol(40.0)[1] == 0

0 commit comments

Comments
 (0)