We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a9f00 commit 5e83e35Copy full SHA for 5e83e35
test/qa_tests.jl
@@ -5,7 +5,7 @@
5
Aqua.test_ambiguities(NonlinearSolve; recursive = false)
6
Aqua.test_piracies(NonlinearSolve,
7
treat_as_own = [
8
- NonlinearProblem, NonlinearLeastSquaresProblem,
+ NonlinearProblem, NonlinearLeastSquaresProblem, SciMLBase.AbstractNonlinearProblem,
9
SimpleNonlinearSolve.AbstractSimpleNonlinearSolveAlgorithm
10
]
11
)
0 commit comments