Skip to content

Commit

Permalink
try dropping structural ident tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas authored Sep 25, 2024
1 parent 1a343c2 commit 79316c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ using SafeTestsets, Test
# Tests extensions.
#@time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end
#@time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end
@time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
#@time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end

# Tests stability computation (uses HomotopyContinuation extension).
@time @safetestset "Steady State Stability Computations" begin include("miscellaneous_tests/stability_computation.jl") end
Expand Down

0 comments on commit 79316c3

Please sign in to comment.