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 5311e88 commit 2839e10Copy full SHA for 2839e10
test/runtests.jl
@@ -122,7 +122,7 @@ end
122
123
if GROUP == "All" || GROUP == "Downstream"
124
activate_downstream_env()
125
- @safetestset "JuMP Collocation Solvers" include("downstream/jump_control.jl")
+ @safetestset "Dynamic Optimization Collocation Solvers" include("downstream/dynamic_optimization.jl")
126
@safetestset "Linearization Tests" include("downstream/linearize.jl")
127
@safetestset "Linearization Dummy Derivative Tests" include("downstream/linearization_dd.jl")
128
@safetestset "Inverse Models Test" include("downstream/inversemodel.jl")
0 commit comments