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 2ba4774 commit b160098Copy full SHA for b160098
test/qa_tests.jl
@@ -1,8 +1,10 @@
1
@testitem "Aqua" tags=[:misc] begin
2
using NonlinearSolve, SimpleNonlinearSolve, Aqua
3
4
- Aqua.test_all(NonlinearSolve; ambiguities = false, piracies = false)
+ Aqua.test_all(NonlinearSolve; ambiguities = false, piracies = false, stale_deps = false, deps_compat = false)
5
Aqua.test_ambiguities(NonlinearSolve; recursive = false)
6
+ Aqua.test_stale_deps(SimpleNonlinearSolve; ignore = [:SciMLJacobianOperators])
7
+ Aqua.test_deps_compat(SimpleNonlinearSolve; ignore = [:SciMLJacobianOperators])
8
Aqua.test_piracies(NonlinearSolve,
9
treat_as_own = [
10
NonlinearProblem, NonlinearLeastSquaresProblem, SciMLBase.AbstractNonlinearProblem,
0 commit comments