Skip to content

Commit 1e638c8

Browse files
Use SciMLTesting public API docs QA (#226)
* Document DEQs alias Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> * Update QA SciMLTesting compat Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> --------- Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
1 parent 6ac9651 commit 1e638c8

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ PrecompileTools = "1.2.1"
5050
Random = "1.10"
5151
SciMLBase = "2, 3.3"
5252
SciMLSensitivity = "7.43"
53-
SciMLTesting = "1.7"
53+
SciMLTesting = "2.1"
5454
StableRNGs = "1"
5555
Static = "1"
5656
SteadyStateDiffEq = "2.5.0"

test/qa/Project.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,14 @@ SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283"
1010
SteadyStateDiffEq = "9672c7b4-1e72-59bd-8a11-6ac3964bc41f"
1111
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1212

13-
[sources]
14-
DeepEquilibriumNetworks = {path = "../.."}
15-
1613
[compat]
1714
Aqua = "0.8"
1815
Documenter = "1"
1916
Lux = "1"
2017
NonlinearSolve = "4"
2118
OrdinaryDiffEq = "6.74, 7"
2219
Random = "1.10"
23-
SciMLTesting = "1.7"
20+
SciMLTesting = "2.1"
2421
SteadyStateDiffEq = "2.5.0"
2522
Test = "1.10"
2623
julia = "1.10"

0 commit comments

Comments
 (0)