Skip to content

Commit

Permalink
refactor: format
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed May 3, 2024
1 parent ec36819 commit 7fba6b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ext/SciMLBaseChainRulesCoreExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ function ChainRulesCore.rrule(
(NoTangent(), ȳ, ntuple(_ -> NoTangent(), length(args))...)
end

RODESolution{uType, tType, isinplace, P, NP, F, G, K, ND}(u, args...), RODESolutionAdjoint
RODESolution{uType, tType, isinplace, P, NP, F, G, K, ND}(u, args...),

Check warning on line 123 in ext/SciMLBaseChainRulesCoreExt.jl

View check run for this annotation

Codecov / codecov/patch

ext/SciMLBaseChainRulesCoreExt.jl#L123

Added line #L123 was not covered by tests
RODESolutionAdjoint
end

function ChainRulesCore.rrule(::SciMLBase.EnsembleSolution, sim, time, converged)
Expand Down

0 comments on commit 7fba6b9

Please sign in to comment.