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 50a9af1 commit 0a500bfCopy full SHA for 0a500bf
test/qa.jl
@@ -6,7 +6,7 @@ using LinearSolve, Aqua
6
Aqua.test_piracies(LinearSolve,
7
treat_as_own = [LinearProblem])
8
Aqua.test_project_extras(LinearSolve)
9
- Aqua.test_stale_deps(LinearSolve, ignore = [:MKL_jll])
+ Aqua.test_stale_deps(LinearSolve, ignore = [:MKL_jll, :CpuId])
10
Aqua.test_unbound_args(LinearSolve)
11
Aqua.test_undefined_exports(LinearSolve)
12
end
0 commit comments