File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ makedocs(
1414 canonical= " https://Optimization.sciml.ai/stable/" ),
1515
1616 pages= [
17- " Optimization.jl: Unified Global Optimization Package" => " index.md" ,
17+ " Optimization.jl: A Unified Optimization Package" => " index.md" ,
1818
1919 " Tutorials" => [
2020 " Basic usage" => " tutorials/intro.md" ,
Original file line number Diff line number Diff line change @@ -14,10 +14,13 @@ function activate_subpkg_env(subpkg)
1414 Pkg. instantiate ()
1515end
1616
17- @time begin
18- if GROUP == " All" || GROUP == " Core"
17+ if GROUP == " All" || GROUP == " Core" || GROUP == " GPU" || GROUP == " OptimizationPolyalgorithms"
1918 dev_subpkg (" OptimizationOptimJL" )
2019 dev_subpkg (" OptimizationOptimisers" )
20+ end
21+
22+ @time begin
23+ if GROUP == " All" || GROUP == " Core"
2124 @safetestset " AD Tests" begin
2225 include (" ADtests.jl" )
2326 end
@@ -28,8 +31,6 @@ if GROUP == "All" || GROUP == "Core"
2831 include (" diffeqfluxtests.jl" )
2932 end
3033elseif GROUP == " GPU"
31- dev_subpkg (" OptimizationOptimJL" )
32- dev_subpkg (" OptimizationOptimisers" )
3334 activate_downstream_env ()
3435 @safetestset " DiffEqFlux GPU" begin
3536 include (" downstream/gpu_neural_ode.jl" )
You can’t perform that action at this time.
0 commit comments