Skip to content

Commit

Permalink
enable steady-state stability tests
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Oct 29, 2024
1 parent 6dd11e9 commit 3a08ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ end
# @time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end

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

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

0 comments on commit 3a08ca6

Please sign in to comment.