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 ca63c43 commit 840a188Copy full SHA for 840a188
1 file changed
test/runtests.jl
@@ -65,8 +65,10 @@ using SafeTestsets, Test
65
66
# Tests extensions.
67
@time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end
68
- @time @safetestset "Steady State Stability Computations" begin include("miscellaneous_tests/stability_computation.jl") end
69
@time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end
70
@time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
71
+ # test stability (uses HomotopyContinuation extension)
72
+ @time @safetestset "Steady State Stability Computations" begin include("miscellaneous_tests/stability_computation.jl") end
73
+
74
end # @time
0 commit comments