Skip to content

Commit 06ed20e

Browse files
Update lbfgsb.jl
1 parent 5cb17b6 commit 06ed20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lbfgsb.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function __map_optimizer_args(cache::Optimization.OptimizationCache, opt::LBFGS;
4545
@warn "common abstol is currently not used by $(opt)"
4646
end
4747
if !isnothing(maxtime)
48-
@warn "common abstol is currently not used by $(opt)"
48+
@warn "common maxtime is currently not used by $(opt)"
4949
end
5050

5151
mapped_args = (;)

0 commit comments

Comments
 (0)