From 6db81b113de82d969cb3d7b7957cbe5ca856e63e Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 1 Jan 2024 07:23:16 -0500 Subject: [PATCH] Hotfix plotat change --- Project.toml | 2 +- src/solutions/solution_interface.jl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1ea107ba9..ceb1fabb2 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.15.1" +version = "2.15.2" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" diff --git a/src/solutions/solution_interface.jl b/src/solutions/solution_interface.jl index 6e1065ad2..73e3ff173 100644 --- a/src/solutions/solution_interface.jl +++ b/src/solutions/solution_interface.jl @@ -289,6 +289,7 @@ function diffeq_to_arrays(sol, plot_analytic, denseplot, plotdensity, tspan, if plotat !== nothing plott = plotat + plot_analytic_timeseries = nothing elseif denseplot # Generate the points from the plot from dense function if tspan === nothing && !(sol isa AbstractAnalyticalSolution)