Skip to content

Commit 93762b9

Browse files
Fix extra types
1 parent 4ee53ac commit 93762b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LinearSolve"
22
uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
33
authors = ["SciML"]
4-
version = "1.32.0"
4+
version = "1.32.1"
55

66
[deps]
77
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"

src/factorization.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ function init_cacheval(alg::DiagonalFactorization, A, b, u, Pl, Pr, maxiters::In
384384
end
385385

386386
function SciMLBase.solve(cache::LinearCache, alg::DiagonalFactorization;
387-
kwargs...) where {P, T}
387+
kwargs...)
388388
A = cache.A
389389
if cache.u isa Vector && cache.b isa Vector
390390
@simd ivdep for i in eachindex(cache.u)

0 commit comments

Comments
 (0)