We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2192d commit 28743abCopy full SHA for 28743ab
test/runtests.jl
@@ -62,7 +62,7 @@ using SafeTestsets, Test
62
@time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end
63
@time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
64
65
- # Transportest stability computation (uses HomotopyContinuation extension).
+ # Tests stability computation (uses HomotopyContinuation extension).
66
@time @safetestset "Steady State Stability Computations" begin include("miscellaneous_tests/stability_computation.jl") end
67
68
# Tests spatial modelling and simulations.
0 commit comments