Skip to content

Commit d3febb4

Browse files
oscardssmithChrisRackauckas
authored andcommitted
fix test sources
1 parent d470584 commit d3febb4

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
@@ -36,6 +36,7 @@ julia = "1.10"
3636
[sources]
3737
NonlinearSolveBase = {path = "../NonlinearSolveBase"}
3838
NonlinearSolveFirstOrder = {path = "../NonlinearSolveFirstOrder"}
39+
NonlinearSolve = {path = "../.."}
3940

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

0 commit comments

Comments
 (0)