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
31
31
# Tests various miscellaneous features.
32
32
@time @safetestset " API" begin include (" miscellaneous_tests/api.jl" ) end
33
33
@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
35
34
@time @safetestset " Compound Species" begin include (" miscellaneous_tests/compound_macro.jl" ) end
36
35
@time @safetestset " Reaction Balancing" begin include (" miscellaneous_tests/reaction_balancing.jl" ) end
37
36
@time @safetestset " ReactionSystem Serialisation" begin include (" miscellaneous_tests/reactionsystem_serialisation.jl" ) end
@@ -66,6 +65,7 @@ using SafeTestsets, Test
66
65
67
66
# Tests extensions.
68
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
69
@time @safetestset " HomotopyContinuation Extension" begin include (" extensions/homotopy_continuation.jl" ) end
70
70
@time @safetestset " Structural Identifiability Extension" begin include (" extensions/structural_identifiability.jl" ) end
71
71
You can’t perform that action at this time.
0 commit comments