Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Dec 31, 2023
1 parent a5680c7 commit f76e805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/solution_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ end
10, # plotdensity
ode.tspan,
int_vars,
:identity) # tscale
:identity,
nothing) # tscale
@test plot_vecs[2][:, 2] @. exp(-plot_vecs[1][:, 2])
end

Expand Down

0 comments on commit f76e805

Please sign in to comment.