Skip to content

Commit 14c9639

Browse files
test: comprehensively test symbolic indexing
1 parent d61dd25 commit 14c9639

File tree

6 files changed

+580
-391
lines changed

6 files changed

+580
-391
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Reexport = "1"
8383
RuntimeGeneratedFunctions = "0.5.12"
8484
SciMLOperators = "0.3.7"
8585
SciMLStructures = "1.1"
86+
StableRNGs = "1.0"
8687
StaticArrays = "1.7"
8788
StaticArraysCore = "1.4"
8889
Statistics = "1.10"
@@ -106,11 +107,12 @@ PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
106107
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
107108
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
108109
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
110+
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
109111
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
110112
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
111113
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
112114
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
113115
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
114116

115117
[targets]
116-
test = ["Pkg", "Plots", "UnicodePlots", "PyCall", "PythonCall", "SafeTestsets", "Test", "StaticArrays", "StochasticDiffEq", "Aqua", "Zygote", "PartialFunctions", "DataFrames", "ModelingToolkit", "OrdinaryDiffEq", "ForwardDiff"]
118+
test = ["Pkg", "Plots", "UnicodePlots", "PyCall", "PythonCall", "SafeTestsets", "Test", "StableRNGs", "StaticArrays", "StochasticDiffEq", "Aqua", "Zygote", "PartialFunctions", "DataFrames", "ModelingToolkit", "OrdinaryDiffEq", "ForwardDiff"]

test/downstream/Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
1313
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1414
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
1515
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
16+
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
17+
SteadyStateDiffEq = "9672c7b4-1e72-59bd-8a11-6ac3964bc41f"
18+
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
1619
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
1720
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
1821
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
@@ -34,6 +37,7 @@ RecursiveArrayTools = "3"
3437
SciMLBase = "2"
3538
SciMLSensitivity = "7.11"
3639
SciMLStructures = "1.1"
40+
SteadyStateDiffEq = "2.2"
3741
Sundials = "4.11"
3842
SymbolicIndexingInterface = "0.3"
3943
SymbolicUtils = "<1.6, 2"

0 commit comments

Comments
 (0)