Skip to content

Commit

Permalink
run tests on more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Mar 9, 2025
1 parent 01872fa commit d59ab30
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,7 @@ end
@time @safetestset "Graph visualization" begin include("extensions/graphmakie.jl") end
@time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end
@time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end

# BROKEN on 1.10 and earlier 1.11 releases
if VERSION >= v"1.11.3"
@time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
end
@time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end

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

0 comments on commit d59ab30

Please sign in to comment.