Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ParamThakkar123 committed Nov 19, 2024
1 parent 237166f commit 08de230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/TaylorIntegrationDiffEqExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function OrdinaryDiffEq.perform_step!(integrator, cache::TaylorMethodCache)
integrator.stats.nf += 1
end

function OrdinaryDiffEq.get_fsalfirstlast!(cache::TaylorMethodCache, f, t,
function get_fsalfirstlast!(cache::TaylorMethodCache, f, t,

Check warning on line 199 in ext/TaylorIntegrationDiffEqExt.jl

View check run for this annotation

Codecov / codecov/patch

ext/TaylorIntegrationDiffEqExt.jl#L199

Added line #L199 was not covered by tests
u, uprev, p, tT, uT, duT, uauxT
)
fsalfirst = zero(rate_prototype)
Expand Down

0 comments on commit 08de230

Please sign in to comment.