Skip to content

Commit 8a755a9

Browse files
committed
revert shooting tests
1 parent 154ee9b commit 8a755a9

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ BandedMatrices = "1"
4242
ConcreteStructs = "0.2"
4343
DiffEqBase = "6.135"
4444
ForwardDiff = "0.10"
45-
LinearAlgebra = "1.6"
45+
LinearAlgebra = "1.9"
4646
LinearSolve = "2"
47-
NonlinearSolve = "2.5"
47+
NonlinearSolve = "2.6.1"
4848
ODEInterface = "0.5"
4949
OrdinaryDiffEq = "6"
5050
PreallocationTools = "0.4"
@@ -54,7 +54,7 @@ RecursiveArrayTools = "2.38.10"
5454
Reexport = "0.2, 1.0"
5555
SciMLBase = "2.5"
5656
Setfield = "1"
57-
SparseArrays = "1.6"
57+
SparseArrays = "1.9"
5858
SparseDiffTools = "2.9"
5959
TruncatedStacktraces = "1"
6060
UnPack = "1"

test/shooting/shooting_tests.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,9 @@ end
8282

8383
@testset "Overconstrained BVP" begin
8484
SOLVERS = [
85-
Shooting(Tsit5();
86-
nlsolve = LevenbergMarquardt(; linsolve = CholeskyFactorization())),
85+
Shooting(Tsit5(); nlsolve = LevenbergMarquardt()),
8786
Shooting(Tsit5(); nlsolve = GaussNewton()),
88-
MultipleShooting(10, Tsit5();
89-
nlsolve = LevenbergMarquardt(; linsolve = CholeskyFactorization())),
87+
MultipleShooting(10, Tsit5(); nlsolve = LevenbergMarquardt()),
9088
MultipleShooting(10, Tsit5(); nlsolve = GaussNewton())]
9189

9290
# OOP MP-BVP

0 commit comments

Comments
 (0)