File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ BandedMatrices = "1"
42
42
ConcreteStructs = " 0.2"
43
43
DiffEqBase = " 6.135"
44
44
ForwardDiff = " 0.10"
45
- LinearAlgebra = " 1.6 "
45
+ LinearAlgebra = " 1.9 "
46
46
LinearSolve = " 2"
47
- NonlinearSolve = " 2.5 "
47
+ NonlinearSolve = " 2.6.1 "
48
48
ODEInterface = " 0.5"
49
49
OrdinaryDiffEq = " 6"
50
50
PreallocationTools = " 0.4"
@@ -54,7 +54,7 @@ RecursiveArrayTools = "2.38.10"
54
54
Reexport = " 0.2, 1.0"
55
55
SciMLBase = " 2.5"
56
56
Setfield = " 1"
57
- SparseArrays = " 1.6 "
57
+ SparseArrays = " 1.9 "
58
58
SparseDiffTools = " 2.9"
59
59
TruncatedStacktraces = " 1"
60
60
UnPack = " 1"
Original file line number Diff line number Diff line change 82
82
83
83
@testset " Overconstrained BVP" begin
84
84
SOLVERS = [
85
- Shooting (Tsit5 ();
86
- nlsolve = LevenbergMarquardt (; linsolve = CholeskyFactorization ())),
85
+ Shooting (Tsit5 (); nlsolve = LevenbergMarquardt ()),
87
86
Shooting (Tsit5 (); nlsolve = GaussNewton ()),
88
- MultipleShooting (10 , Tsit5 ();
89
- nlsolve = LevenbergMarquardt (; linsolve = CholeskyFactorization ())),
87
+ MultipleShooting (10 , Tsit5 (); nlsolve = LevenbergMarquardt ()),
90
88
MultipleShooting (10 , Tsit5 (); nlsolve = GaussNewton ())]
91
89
92
90
# OOP MP-BVP
You can’t perform that action at this time.
0 commit comments