Skip to content

Commit 251ba6f

Browse files
fix typo
1 parent 6d13102 commit 251ba6f

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.2.0"
4+
version = "1.2.1"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

src/LinearSolve.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ abstract type AbstractKrylovSubspaceMethod <: SciMLLinearSolveAlgorithm end
3030
# Traits
3131

3232
needs_concrete_A(alg::AbstractFactorization) = true
33-
needs_concrete_A(alg::AbstractKrylovSubspaceMethod) = true
33+
needs_concrete_A(alg::AbstractKrylovSubspaceMethod) = false
3434

3535
# Code
3636

0 commit comments

Comments
 (0)