Skip to content

Commit 4822a23

Browse files
AdityaPandeyCNChrisRackauckas
authored andcommitted
restructured the test files
1 parent fc1b589 commit 4822a23

File tree

12 files changed

+447
-64
lines changed

12 files changed

+447
-64
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SCM syntax highlighting & preventing 3-way merges
2+
pixi.lock merge=binary linguist-language=YAML linguist-generated=true
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
# pixi environments
3+
.pixi
4+
*.egg-info
550 Bytes
Binary file not shown.

lib/NonlinearSolveSciPy/.CondaPkg/pixi.lock

Lines changed: 322 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[dependencies]
2+
libstdcxx-ng = ">=3.4,<13.0"
3+
4+
[dependencies.python]
5+
channel = "conda-forge"
6+
build = "*cpython*"
7+
version = ">=3.8,<4"
8+
9+
[project]
10+
name = ".CondaPkg"
11+
platforms = ["linux-64"]
12+
channels = ["conda-forge"]
13+
channel-priority = "strict"
14+
description = "automatically generated by CondaPkg.jl"

lib/NonlinearSolveSciPy/Project.toml

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,33 @@ version = "1.0.0"
55

66
[deps]
77
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
8+
NonlinearSolveBase = "be0214bd-f91f-a760-ac4e-3421ce2b2da0"
9+
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
810
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
911
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1012
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
11-
NonlinearSolveBase = "be0214bd-f91f-a760-ac4e-3421ce2b2da0"
13+
14+
[sources.NonlinearSolveBase]
15+
path = "../NonlinearSolveBase"
1216

1317
[compat]
14-
ConcreteStructs = "0.2"
18+
ConcreteStructs = "0.2.3"
19+
Hwloc = "3"
20+
InteractiveUtils = "<0.0.1, 1"
21+
NonlinearSolveBase = "1.4"
22+
PrecompileTools = "1.2"
1523
PythonCall = "0.9"
16-
SciMLBase = "2"
17-
NonlinearSolveBase = "1"
18-
julia = "1.10"
24+
ReTestItems = "1.24"
25+
Reexport = "1"
26+
SciMLBase = "2.69"
27+
Test = "1.10"
28+
julia = "1.10"
29+
30+
[extras]
31+
Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d"
32+
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
33+
ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
34+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
35+
36+
[targets]
37+
test = ["Hwloc", "InteractiveUtils", "ReTestItems", "Test"]

0 commit comments

Comments
 (0)