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

Fix passing vector of times to extract_local_sensitivities #933

Merged
merged 1 commit into from
Nov 12, 2023

Conversation

oxinabox
Copy link
Contributor

@oxinabox oxinabox commented Nov 9, 2023

Closes #903

not sure there are not other variants of it with other combinations of arguments.
but this is the one I care about, right now.

Basically this change makes the case for taking all the solution's time steps, and the case for taking timesteps that come from interpolation hit the same code path.

@ChrisRackauckas ChrisRackauckas merged commit 84bec24 into SciML:master Nov 12, 2023
10 of 12 checks passed
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.

extract_local_sensitivities() broken when t is an AbstractVector
2 participants