File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
test/simulation_and_solving Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4141 - name : Install Julia
4242 uses : julia-actions/setup-julia@latest
4343 with :
44- version : ' 1'
44+ version : ' 1.11 '
4545
4646 # Cache to speed up subsequent runs
4747 - uses : julia-actions/cache@v2
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ EnumX = "1"
5757GraphMakie = " 0.5"
5858Graphs = " 1.4"
5959HomotopyContinuation = " 2.9"
60- JumpProcesses = " 9.13 .2"
60+ JumpProcesses = " 9.19 .2"
6161LaTeXStrings = " 1.3.0"
6262Latexify = " 0.16.6"
6363MacroTools = " 0.5.5"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
4949
5050[compat ]
5151BenchmarkTools = " 1.5"
52- BifurcationKit = " 0.4.4 "
52+ BifurcationKit = " 0.4.17 "
5353CairoMakie = " 0.12, 0.13"
5454Catalyst = " 15"
5555DataFrames = " 1.6"
@@ -64,14 +64,14 @@ GraphMakie = "0.5"
6464Graphs = " 1.11.1"
6565HomotopyContinuation = " 2.9"
6666IncompleteLU = " 0.2"
67- JumpProcesses = " 9.13 .2"
67+ JumpProcesses = " 9.19 .2"
6868Latexify = " 0.16.5"
6969LinearSolve = " 2.30, 3"
7070ModelingToolkit = " 9.69"
7171NetworkLayout = " 0.4"
7272NonlinearSolve = " 3.12, 4"
7373Optim = " 1.9"
74- Optimization = " 4, 5 "
74+ Optimization = " 4"
7575OptimizationBBO = " 0.4"
7676OptimizationEvolutionary = " 0.4"
7777OptimizationNLopt = " 0.3"
@@ -83,7 +83,7 @@ OrdinaryDiffEqRosenbrock = "1"
8383OrdinaryDiffEqSDIRK = " 1"
8484OrdinaryDiffEqTsit5 = " 1"
8585OrdinaryDiffEqVerner = " 1"
86- PEtab = " 3.8 "
86+ PEtab = " 3.11.1 "
8787Plots = " 1.40"
8888QuasiMonteCarlo = " 0.3"
8989SciMLBase = " 2.46"
Original file line number Diff line number Diff line change @@ -106,12 +106,12 @@ let
106106 Nsims = 4000
107107 for n in 1 : Nsims
108108 sol = solve (jprob, Tsit5 (); saveat = tspan[2 ], seed)
109- @test sol . retcode == ReturnCode . Terminated
109+ @test SciMLBase . successful_retcode (sol)
110110 Xsamp += sol[1 , end ]
111111 seed += 1
112112 end
113113 Xsamp /= Nsims
114- @test abs (Xsamp - Xf (0.2 , p) < 0.05 * Xf (0.2 , p) )
114+ @test abs (Xsamp - Xf (0.2 , p)) < 0.05 * Xf (0.2 , p)
115115end
116116
117117# Checks that a disjoint hybrid model (i.e. where the Jump and ODE parts do not interact) gives the
You can’t perform that action at this time.
0 commit comments