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 issue #563: time t0 instead of 0 is passed to _check #566

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

FloList
Copy link
Contributor

@FloList FloList commented Jan 13, 2025

Fix for situations in which diffeqsolve raised an error message when the right-hand side of the ODE is undefined at time 0, even though time 0 lies outside the time interval of interest. The compatibility of the term is now evaluated at time t0, where it should be well-defined.

…k in _assert_term_compatible, so the term is not required to be well-defined at time 0, but rather at time t0.
@patrick-kidger patrick-kidger merged commit 134a40a into patrick-kidger:main Jan 13, 2025
2 checks passed
@patrick-kidger
Copy link
Owner

LGTM -- merged! Thank you for being will to offer a PR, and for such a quick fix :)

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