From d59ab3016020a69c0ab87e878e84e685045d7408 Mon Sep 17 00:00:00 2001 From: Torkel Loman Date: Sun, 9 Mar 2025 13:47:11 +0000 Subject: [PATCH] run tests on more versions --- test/runtests.jl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index f8a4d9b59..f62ae1bcf 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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