Skip to content

Commit

Permalink
Merge pull request #588 from SciML/Vaibhavdixit02-patch-2
Browse files Browse the repository at this point in the history
Update optimization_solutions.jl
  • Loading branch information
Vaibhavdixit02 authored Jan 4, 2024
2 parents d64832d + f5714d1 commit e0eebb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SciMLBase"
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
authors = ["Chris Rackauckas <[email protected]> and contributors"]
version = "2.16.1"
version = "2.16.2"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
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 e0eebb6

Please sign in to comment.