From 27672868d20008025128c2514f061440d01a1045 Mon Sep 17 00:00:00 2001 From: Vaibhav Kumar Dixit Date: Thu, 4 Jan 2024 18:02:19 -0500 Subject: [PATCH 1/2] Update optimization_solutions.jl --- src/solutions/optimization_solutions.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solutions/optimization_solutions.jl b/src/solutions/optimization_solutions.jl index d5f371276..037e879b3 100644 --- a/src/solutions/optimization_solutions.jl +++ b/src/solutions/optimization_solutions.jl @@ -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 From f5714d1492d2ab54631ac9faea6c7ff0a7dda253 Mon Sep 17 00:00:00 2001 From: Vaibhav Kumar Dixit Date: Thu, 4 Jan 2024 18:03:06 -0500 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 21703ddad..44cea3249 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SciMLBase" uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462" authors = ["Chris Rackauckas and contributors"] -version = "2.16.1" +version = "2.16.2" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"