Skip to content

Commit

Permalink
Update src/solutions/ode_solutions.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Feb 4, 2024
1 parent 7d9bf90 commit a165c34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/solutions/ode_solutions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,8 @@ function sensitivity_solution(sol::ODESolution, u, t)
end

interp = enable_interpolation_sensitivitymode(sol.interp)
ODESolution{T, N}(u, sol.u_analytic, sol.errors, collect(t),
ODESolution{T, N}(u, sol.u_analytic, sol.errors,

Check warning on line 402 in src/solutions/ode_solutions.jl

View check run for this annotation

Codecov / codecov/patch

src/solutions/ode_solutions.jl#L402

Added line #L402 was not covered by tests
t isa Vector ? t : collect(t),
sol.k, sol.prob,
sol.alg, interp,
sol.dense, sol.tslocation,
Expand Down

0 comments on commit a165c34

Please sign in to comment.