Skip to content

Commit 9affc16

Browse files
hotfix once more
1 parent b5d6fbf commit 9affc16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
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 = "2.1.3"
4+
version = "2.1.4"
55

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

src/iterative_wrappers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ function SciMLBase.solve!(cache::LinearCache, alg::KrylovJL; kwargs...)
267267
Krylov.solve!(args...; kwargs...)
268268
end
269269

270-
resid = cache.cacheval.stats.residuals |> last
270+
resid = @get_cacheval(cache, :KrylovJL_GMRES).stats.residuals |> last
271271

272272
return SciMLBase.build_linear_solution(alg, cache.u, resid, cache;
273273
iters = cache.cacheval.stats.niter)

0 commit comments

Comments
 (0)