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 dc8050e commit 649e09aCopy full SHA for 649e09a
lib/SCCNonlinearSolve/test/qa_tests.jl
@@ -7,7 +7,7 @@
7
)
8
Aqua.test_stale_deps(SCCNonlinearSolve; ignore = [:SciMLJacobianOperators])
9
Aqua.test_deps_compat(SCCNonlinearSolve; ignore = [:SciMLJacobianOperators])
10
- Aqua.test_piracies(SCCNonlinearSolve)
+ Aqua.test_piracies(SCCNonlinearSolve; treat_as_own = [SCCNonlinearSolve.SciMLBase.solve])
11
Aqua.test_ambiguities(SCCNonlinearSolve; recursive = false)
12
end
13
0 commit comments