Skip to content

Commit 0a82b37

Browse files
committed
fix test sources
1 parent 0dd16db commit 0a82b37

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/NonlinearSolveHomotopyContinuation/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ TaylorDiff = "b36ab563-344f-407b-a36a-4f200bebf99c"
1919
[sources.NonlinearSolveBase]
2020
path = "../NonlinearSolveBase"
2121

22+
[sources.NonlinearSolve]
23+
path = "../.."
24+
2225
[compat]
2326
ADTypes = "1.11.0"
2427
Aqua = "0.8"

lib/SCCNonlinearSolve/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ julia = "1.10"
3535
[sources]
3636
NonlinearSolveBase = {path = "../NonlinearSolveBase"}
3737
NonlinearSolveFirstOrder = {path = "../NonlinearSolveFirstOrder"}
38+
NonlinearSolve = {path = "../.."}
3839

3940
[extras]
4041
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)