Skip to content

Conversation

@ChrisRackauckas
Copy link
Member

No description provided.


SplitFunction{isinplace(f2), FullSpecialize, typeof(f1), typeof(f2),
typeof(mass_matrix),
typeof(cache), typeof(analytic), typeof(tgrad), typeof(jac), typeof(jvp),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
@add_kwonly function SplitFunction(f1, f2, mass_matrix, _func_cache, analytic, tgrad, jac, jvp,
@add_kwonly function SplitFunction(
f1, f2, mass_matrix, _func_cache, analytic, tgrad, jac, jvp,

f2 = SDEFunction(f2)

SplitFunction{isinplace(f2), typeof(f1), typeof(f2), typeof(g), typeof(mass_matrix),
typeof(cache), typeof(analytic), typeof(tgrad), typeof(jac), typeof(jvp),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
@add_kwonly function SplitSDEFunction(f1, f2, g, mass_matrix, _func_cache, analytic, tgrad, jac,
@add_kwonly function SplitSDEFunction(
f1, f2, g, mass_matrix, _func_cache, analytic, tgrad, jac,


DynamicalSDEFunction{isinplace(f2), FullSpecialize, typeof(f1), typeof(f2), typeof(g),
typeof(mass_matrix),
typeof(cache), typeof(analytic), typeof(tgrad), typeof(jac),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
@add_kwonly function DynamicalSDEFunction(f1, f2, g, mass_matrix, _func_cache, analytic, tgrad,
@add_kwonly function DynamicalSDEFunction(
f1, f2, g, mass_matrix, _func_cache, analytic, tgrad,

@ChrisRackauckas ChrisRackauckas merged commit d6dbc0e into master Feb 12, 2025
27 of 52 checks passed
@ChrisRackauckas ChrisRackauckas deleted the cachename branch February 12, 2025 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants