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
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+
7274end # @time
You can’t perform that action at this time.
0 commit comments