Skip to content

Commit 4a691b4

Browse files
committed
comment out stability tests
1 parent b89329a commit 4a691b4

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
@@ -93,7 +93,7 @@ end
9393
# @time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
9494

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

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

0 commit comments

Comments
 (0)