Skip to content

Commit 840a188

Browse files
committed
rearrange stablity test
1 parent ca63c43 commit 840a188

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ using SafeTestsets, Test
6565

6666
# Tests extensions.
6767
@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
6968
@time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end
7069
@time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
7170

71+
# test stability (uses HomotopyContinuation extension)
72+
@time @safetestset "Steady State Stability Computations" begin include("miscellaneous_tests/stability_computation.jl") end
73+
7274
end # @time

0 commit comments

Comments
 (0)