Skip to content

Fix SciMLOperator fallbacks #1033

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 24, 2025
Merged

Fix SciMLOperator fallbacks #1033

merged 1 commit into from
May 24, 2025

Conversation

ChrisRackauckas
Copy link
Member

Tested downstream with SciMLOperator v1 bumps

Tested downstream with SciMLOperator v1 bumps
@ChrisRackauckas ChrisRackauckas merged commit ff0ec38 into master May 24, 2025
47 of 60 checks passed
@ChrisRackauckas ChrisRackauckas deleted the operator branch May 24, 2025 09:55
@@ -2571,6 +2571,21 @@ end
######### Backwards Compatibility Overloads

(f::ODEFunction)(args...) = f.f(args...)
function (f::ODEFunction)(du, u, p, t)
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
function (f::ODEFunction)(du, u, p, t)
function (f::ODEFunction)(du, u, p, t)

f.f(du, u, p, t)
end
end
function (f::ODEFunction)(u, p, t)
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
function (f::ODEFunction)(u, p, t)
function (f::ODEFunction)(u, p, t)

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.

1 participant