From f71b3ea2fe814ba99c17293c6f385461f2404cd2 Mon Sep 17 00:00:00 2001 From: Sam Isaacson Date: Wed, 25 Sep 2024 08:11:46 -0400 Subject: [PATCH 1/3] See if non-bifurcationkit tests pass --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 6ad68bf0b6..36451c7105 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -58,7 +58,7 @@ using SafeTestsets, Test end # Tests extensions. - @time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end + #@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 From 1a343c225313334789fdbbc8144908d21e997d10 Mon Sep 17 00:00:00 2001 From: Sam Isaacson Date: Wed, 25 Sep 2024 08:58:21 -0400 Subject: [PATCH 2/3] Update runtests.jl --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 36451c7105..fe34575c28 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -59,7 +59,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 "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end @time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end # Tests stability computation (uses HomotopyContinuation extension). From 79316c392882d5c4f7e78aebcda895fd6688fb4a Mon Sep 17 00:00:00 2001 From: Sam Isaacson Date: Wed, 25 Sep 2024 16:19:46 -0400 Subject: [PATCH 3/3] try dropping structural ident tests too --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index fe34575c28..cd021cb127 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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