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)