Skip to content

Commit 0226cc6

Browse files
committed
up
1 parent cf46e42 commit 0226cc6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/steady_state_stability.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ function steady_state_stability(u::Vector, rs::ReactionSystem, ps; tol = 10*sqrt
6161

6262
# Computes stability (by checking that the real part of all eigenvalues are negative).
6363
# Here, `ss_jac` is a `ODEProblem` with dummy values for `u0` and `p`.
64-
65-
if isdefined(Main, :Infiltrator)
66-
Main.infiltrate(@__MODULE__, Base.@locals, @__FILE__, @__LINE__)
67-
end
68-
6964
J = zeros(length(u), length(u))
7065
ss_jac = remake(ss_jac; u0 = u, p = ps)
7166
ss_jac.f.jac(J, ss_jac.u0, ss_jac.p, Inf)

0 commit comments

Comments
 (0)