Skip to content

Commit 2c6d1b9

Browse files
committed
use sources to test DiffEqBase without solve for NonlinearProblem
1 parent 0065f97 commit 2c6d1b9

File tree

3 files changed

+10
-17
lines changed

3 files changed

+10
-17
lines changed

Project.toml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ BracketingNonlinearSolve = "1"
6565
CommonSolve = "0.2.4"
6666
ConcreteStructs = "0.2.3"
6767
DifferentiationInterface = "0.7.3"
68+
DiffEqBase = "6.188"
6869
ExplicitImports = "1.5"
6970
FastClosures = "0.3.2"
7071
FastLevenbergMarquardt = "0.1"
@@ -118,6 +119,7 @@ julia = "1.10"
118119
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
119120
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
120121
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
122+
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
121123
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
122124
FastLevenbergMarquardt = "7a0df574-e128-4d35-8cbd-3d84502bf7ce"
123125
FixedPointAcceleration = "817d07cb-a79a-5c30-9a31-890123675176"
@@ -148,23 +150,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
148150
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
149151
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
150152

151-
[sources.BracketingNonlinearSolve]
152-
path = "lib/BracketingNonlinearSolve"
153-
154-
[sources.NonlinearSolveBase]
155-
path = "lib/NonlinearSolveBase"
156-
157-
[sources.NonlinearSolveFirstOrder]
158-
path = "lib/NonlinearSolveFirstOrder"
159-
160-
[sources.NonlinearSolveQuasiNewton]
161-
path = "lib/NonlinearSolveQuasiNewton"
162-
163-
[sources.NonlinearSolveSpectralMethods]
164-
path = "lib/NonlinearSolveSpectralMethods"
165-
166-
[sources.SimpleNonlinearSolve]
167-
path = "lib/SimpleNonlinearSolve"
153+
[sources]
154+
DiffEqBase = {url = "https://github.com/jClugstor/DiffEqBase.jl", rev = "remove_nonlinear"}
168155

169156
[targets]
170157
test = ["Aqua", "BandedMatrices", "BenchmarkTools", "ExplicitImports", "FastLevenbergMarquardt", "FixedPointAcceleration", "Hwloc", "InteractiveUtils", "LeastSquaresOptim", "LineSearches", "MINPACK", "NLSolvers", "NLsolve", "NaNMath", "NonlinearProblemLibrary", "OrdinaryDiffEqTsit5", "PETSc", "Pkg", "PolyesterForwardDiff", "Random", "ReTestItems", "SIAMFANLEquations", "SparseConnectivityTracer", "SparseMatrixColorings", "SpeedMapping", "StableRNGs", "StaticArrays", "Sundials", "Test", "Zygote", "ReverseDiff", "Tracker"]

lib/NonlinearSolveBase/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ Tracker = "0.2.35"
9797
TimerOutputs = "0.5.23"
9898
julia = "1.10"
9999

100+
[sources]
101+
DiffEqBase = {url = "https://github.com/jClugstor/DiffEqBase.jl", rev = "remove_nonlinear"}
102+
100103
[extras]
101104
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
102105
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"

lib/SimpleNonlinearSolve/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ Tracker = "0.2.35"
7676
Zygote = "0.6.70, 0.7"
7777
julia = "1.10"
7878

79+
[sources]
80+
DiffEqBase = {url = "https://github.com/jClugstor/DiffEqBase.jl", rev = "remove_nonlinear"}
81+
7982
[extras]
8083
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
8184
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"

0 commit comments

Comments
 (0)