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 a9f6aea commit 7d561a3Copy full SHA for 7d561a3
test/runtests.jl
@@ -136,7 +136,7 @@ end
136
137
if GROUP == "All" || GROUP == "Extensions"
138
activate_extensions_env()
139
- @safetestset "JuMP Collocation Solvers" include("extensions/jump_control.jl")
+ @safetestset "Dynamic Optimization Collocation Solvers" include("extensions/dynamic_optimization.jl")
140
@safetestset "HomotopyContinuation Extension Test" include("extensions/homotopy_continuation.jl")
141
@safetestset "Auto Differentiation Test" include("extensions/ad.jl")
142
@safetestset "LabelledArrays Test" include("labelledarrays.jl")
0 commit comments