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 7976e02 commit 4cfbf1bCopy full SHA for 4cfbf1b
test/runtests.jl
@@ -54,6 +54,6 @@ using SafeTestsets
54
### Tests extensions. ###
55
@time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end
56
@time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end
57
- # @time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
+ @time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
58
59
end # @time
0 commit comments