Skip to content
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

Support specialization in ODEFunctionExpr #3373

Merged
merged 2 commits into from
Feb 5, 2025

Conversation

devmotion
Copy link
Member

Currently, ODEFunctionExpr only allows to specify whether the ODEFunction should be inplace or not, but not the type of the specialization. This PR fixes the problem and adds tests to ensure that the behaviour of ODEFunctionExpr, ODEFunctionExpr{iip} and ODEFunctionExpr{iip,specialize} is consistent with the behaviour of ODEFunction, ODEFunction{iip} and ODEFunction{iip,specialize}.

devmotion and others added 2 commits February 5, 2025 12:20
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@ChrisRackauckas ChrisRackauckas merged commit f5ea344 into master Feb 5, 2025
31 of 44 checks passed
@ChrisRackauckas ChrisRackauckas deleted the dw/odefunctionexpr_specialize branch February 5, 2025 15:55
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