Skip to content

Commit f847ba1

Browse files
Test with SciMLTesting 2.4 (#231)
* Enable rendered public API docs QA Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> * Test with SciMLTesting 2.4 Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> --------- Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
1 parent 12bbd12 commit f847ba1

3 files changed

Lines changed: 4 additions & 3 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 = "2.1"
53+
SciMLTesting = "2.4"
5454
StableRNGs = "1"
5555
Static = "1"
5656
SteadyStateDiffEq = "2.5.0"

test/qa/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Lux = "1"
1717
NonlinearSolve = "4"
1818
OrdinaryDiffEq = "6.74, 7"
1919
Random = "1.10"
20-
SciMLTesting = "2.1"
20+
SciMLTesting = "2.4"
2121
SteadyStateDiffEq = "2.5.0"
2222
Test = "1.10"
2323
julia = "1.10"

test/qa/qa.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ using SciMLTesting, DeepEquilibriumNetworks, Test
22

33
run_qa(
44
DeepEquilibriumNetworks;
5-
explicit_imports = true,
5+
# Documenter canonicalizes this module alias to the target module binding.
6+
api_docs_kwargs = (; rendered_ignore = (:DEQs,)),
67
# `Aqua.test_all`'s default ambiguities check recurses into deps and is noisy; run
78
# it only against this package's own methods (the prior hand-rolled qa.jl disabled
89
# the recursive sweep and called `test_ambiguities(...; recursive = false)`).

0 commit comments

Comments
 (0)