Skip to content

Commit

Permalink
Update lib/SCCNonlinearSolve/test/qa_tests.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ChrisRackauckas and github-actions[bot] authored Nov 15, 2024
1 parent 649e09a commit df1dcaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/SCCNonlinearSolve/test/qa_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
)
Aqua.test_stale_deps(SCCNonlinearSolve; ignore = [:SciMLJacobianOperators])
Aqua.test_deps_compat(SCCNonlinearSolve; ignore = [:SciMLJacobianOperators])
Aqua.test_piracies(SCCNonlinearSolve; treat_as_own = [SCCNonlinearSolve.SciMLBase.solve])
Aqua.test_piracies(
SCCNonlinearSolve; treat_as_own = [SCCNonlinearSolve.SciMLBase.solve])
Aqua.test_ambiguities(SCCNonlinearSolve; recursive = false)
end

Expand Down

0 comments on commit df1dcaf

Please sign in to comment.