We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a96d4 commit 1d06060Copy full SHA for 1d06060
test/runtests.jl
@@ -85,6 +85,7 @@ end
85
if GROUP == "All" || GROUP == "Extensions"
86
activate_extensions_env()
87
88
+ @time @safetestset "Graph visualization" begin include("extensions/graphmakie.jl") end
89
@time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end
90
@time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end
91
0 commit comments