Skip to content

Commit 83b44ee

Browse files
kellertuerlkdvos
andauthored
Update src/stopping_criterion.jl
Co-authored-by: Lukas Devos <ldevos98@gmail.com>
1 parent 0e98869 commit 83b44ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stopping_criterion.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ struct StopWhenAll{TCriteria<:Tuple} <: StoppingCriterion
104104
end
105105

106106
function indicates_convergence(sc::StopWhenAll)
107-
return any(indicates_convergence(sc_i) for sc_i in sc.criteria)
107+
return any(indicates_convergence, sc.criteria)
108108
end
109109

110110
function show(io::IO, sc::StopWhenAll)

0 commit comments

Comments
 (0)