Skip to content

Commit 5ece6af

Browse files
committed
comment out stability tests
1 parent 735d3b5 commit 5ece6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ end
8686
# @time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
8787

8888
# Tests stability computation (but requires the HomotopyContinuation extension).
89-
@time @safetestset "Steady State Stability Computations" begin include("extensions/stability_computation.jl") end
89+
# @time @safetestset "Steady State Stability Computations" begin include("extensions/stability_computation.jl") end
9090

9191
# Test spatial plotting, using CarioMakie and GraphMakie
9292
@time @safetestset "Lattice Simulation Plotting" begin include("extensions/lattice_simulation_plotting.jl") end

0 commit comments

Comments
 (0)