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

specialize ODEProblem #84

Merged
merged 3 commits into from
Sep 4, 2024
Merged

specialize ODEProblem #84

merged 3 commits into from
Sep 4, 2024

Conversation

oscardssmith
Copy link
Contributor

Otherwise the alg and prob were disagreeing about the chunksize (since prepare_alg thought we weren't FunctionWrappered since it didn't know we were an ODE yet)

Otherwise the alg and prob were disagreeing about the chunksize (since prepare_alg thought we weren't FunctionWrappered since it didn't know we were an ODE yet)
@ChrisRackauckas
Copy link
Member

A better fix would be to fix alg preparation on this alg?

@oscardssmith
Copy link
Contributor Author

I wasn't sure how to do that properly since the only reason the alg prepare isn't working is because the function isn't in a function wrapper, but changing the prepare problem can't be done easily since that code is in scimlbase and doesn't know what we eventually might do this

@ChrisRackauckas ChrisRackauckas merged commit 8f5b618 into master Sep 4, 2024
2 of 3 checks passed
@ChrisRackauckas ChrisRackauckas deleted the os/specialize-ode branch September 4, 2024 13:19
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