Skip to content

Commit d9a1f19

Browse files
Update lib/OptimizationOptimJL/src/OptimizationOptimJL.jl
1 parent 8f57786 commit d9a1f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OptimizationOptimJL/src/OptimizationOptimJL.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function __map_optimizer_args(cache::OptimizationCache,
4242
mapped_args = (; extended_trace = true, kwargs...)
4343

4444
if !isnothing(abstol)
45-
mapped_args = (; mapped_args..., f_abstol = reltol)
45+
mapped_args = (; mapped_args..., f_abstol = abstol)
4646
end
4747

4848
if !isnothing(callback)

0 commit comments

Comments
 (0)