Skip to content

Commit

Permalink
Merge pull request #579 from SciML/platat
Browse files Browse the repository at this point in the history
Hotfix plotat change
  • Loading branch information
ChrisRackauckas authored Jan 1, 2024
2 parents fcb46b2 + 6db81b1 commit 350e3d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.15.1"
version = "2.15.2"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
1 change: 1 addition & 0 deletions src/solutions/solution_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 350e3d8

Please sign in to comment.