Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed May 22, 2024
1 parent cf46e42 commit 0226cc6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/steady_state_stability.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ function steady_state_stability(u::Vector, rs::ReactionSystem, ps; tol = 10*sqrt

# Computes stability (by checking that the real part of all eigenvalues are negative).
# Here, `ss_jac` is a `ODEProblem` with dummy values for `u0` and `p`.

if isdefined(Main, :Infiltrator)
Main.infiltrate(@__MODULE__, Base.@locals, @__FILE__, @__LINE__)
end

J = zeros(length(u), length(u))
ss_jac = remake(ss_jac; u0 = u, p = ps)
ss_jac.f.jac(J, ss_jac.u0, ss_jac.p, Inf)
Expand Down

0 comments on commit 0226cc6

Please sign in to comment.