We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d06060 commit c35e053Copy full SHA for c35e053
test/runtests.jl
@@ -93,7 +93,7 @@ end
93
# @time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
94
95
# Tests stability computation (but requires the HomotopyContinuation extension).
96
- @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
97
98
# Test spatial plotting, using CarioMakie and GraphMakie
99
@time @safetestset "Lattice Simulation Plotting" begin include("extensions/lattice_simulation_plotting.jl") end
0 commit comments