File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,10 @@ using SafeTestsets, Test
65
65
66
66
# Tests extensions.
67
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
68
@time @safetestset " HomotopyContinuation Extension" begin include (" extensions/homotopy_continuation.jl" ) end
70
69
@time @safetestset " Structural Identifiability Extension" begin include (" extensions/structural_identifiability.jl" ) end
71
70
71
+ # test stability (uses HomotopyContinuation extension)
72
+ @time @safetestset " Steady State Stability Computations" begin include (" miscellaneous_tests/stability_computation.jl" ) end
73
+
72
74
end # @time
You can’t perform that action at this time.
0 commit comments