From b4b926b5c8a5eb5ae26ac1f3429f67ac267eec66 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 1 Aug 2024 02:35:49 -0400 Subject: [PATCH] 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 fbd85abbb0..d1d0189080 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).