File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ using SafeTestsets, Test
3131 # Tests various miscellaneous features.
3232 @time @safetestset " API" begin include (" miscellaneous_tests/api.jl" ) end
3333 @time @safetestset " Units" begin include (" miscellaneous_tests/units.jl" ) end
34- @time @safetestset " Steady State Stability Computations" begin include (" miscellaneous_tests/stability_computation.jl" ) end
3534 @time @safetestset " Compound Species" begin include (" miscellaneous_tests/compound_macro.jl" ) end
3635 @time @safetestset " Reaction Balancing" begin include (" miscellaneous_tests/reaction_balancing.jl" ) end
3736 @time @safetestset " ReactionSystem Serialisation" begin include (" miscellaneous_tests/reactionsystem_serialisation.jl" ) end
@@ -66,6 +65,7 @@ using SafeTestsets, Test
6665
6766 # Tests extensions.
6867 @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
6969 @time @safetestset " HomotopyContinuation Extension" begin include (" extensions/homotopy_continuation.jl" ) end
7070 @time @safetestset " Structural Identifiability Extension" begin include (" extensions/structural_identifiability.jl" ) end
7171
You can’t perform that action at this time.
0 commit comments