Skip to content

Commit

Permalink
Update optimization_solutions.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 authored Jan 4, 2024
1 parent d64832d commit 2767286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solutions/optimization_solutions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function build_solution(cache::AbstractOptimizationCache,

OptimizationSolution{T, N, typeof(u), typeof(cache), typeof(alg),
typeof(objective), typeof(original), typeof(stats)}(u, cache,
alg, objective, retcode, original, solve_time, stats)
alg, objective, retcode, original, stats)
end

TruncatedStacktraces.@truncate_stacktrace OptimizationSolution 1 2
Expand Down

0 comments on commit 2767286

Please sign in to comment.