File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ RuntimeGeneratedFunctions = "0.5.12"
70
70
SciMLBase = " 2.57.2"
71
71
Setfield = " 1"
72
72
StructuralIdentifiability = " 0.5.11"
73
- SymbolicUtils = " 3.8.1 "
73
+ SymbolicUtils = " 3.20.0 "
74
74
Symbolics = " 6.22"
75
75
Unitful = " 1.12.4"
76
76
julia = " 1.10"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ pages = Any[
40
40
" Steady state analysis" => Any[
41
41
" steady_state_functionality/homotopy_continuation.md" ,
42
42
" steady_state_functionality/nonlinear_solve.md" ,
43
- # "steady_state_functionality/steady_state_stability_computation.md",
43
+ " steady_state_functionality/steady_state_stability_computation.md" ,
44
44
" steady_state_functionality/bifurcation_diagrams.md" ,
45
45
" steady_state_functionality/dynamical_systems.md"
46
46
],
Original file line number Diff line number Diff line change 81
81
@time @safetestset " BifurcationKit Extension" begin include (" extensions/bifurcation_kit.jl" ) end
82
82
@time @safetestset " HomotopyContinuation Extension" begin include (" extensions/homotopy_continuation.jl" ) end
83
83
@time @safetestset " Structural Identifiability Extension" begin include (" extensions/structural_identifiability.jl" ) end
84
-
85
- # Tests stability computation (but requires the HomotopyContinuation extension).
86
- # @time @safetestset "Steady State Stability Computations" begin include("extensions/stability_computation.jl") end
84
+ @time @safetestset " Steady State Stability Computations" begin include (" extensions/stability_computation.jl" ) end
87
85
88
86
# Test spatial plotting, using CairoMakie and GraphMakie
89
87
@time @safetestset " Lattice Simulation Plotting" begin include (" extensions/lattice_simulation_plotting.jl" ) end
You can’t perform that action at this time.
0 commit comments