Skip to content

Commit

Permalink
hotfix plotat
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jan 1, 2024
1 parent cd04572 commit fcb46b2
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.15.0"
version = "2.15.1"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
2 changes: 1 addition & 1 deletion src/solutions/solution_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ DEFAULT_PLOT_FUNC(x, y, z) = (x, y, z) # For v0.5.2 bug
(sol.prob isa AbstractDiscreteProblem ?
max(1000, 100 * length(sol)) :
max(1000, 10 * length(sol))) :
1000 * sol.tslocation, plotat = nothing),
1000 * sol.tslocation), plotat = nothing,
tspan = nothing,
vars = nothing, idxs = nothing)
if vars !== nothing
Expand Down

0 comments on commit fcb46b2

Please sign in to comment.