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

Isolate broken tests #786

Merged
merged 6 commits into from
Feb 25, 2023
Merged

Isolate broken tests #786

merged 6 commits into from
Feb 25, 2023

Conversation

ChrisRackauckas
Copy link
Member

No description provided.

@ChrisRackauckas
Copy link
Member Author

@frankschae can you look at the terminate callback ones? I am not entirely sure how those were supposed to be working. They flip a problem from (0, Inf) to (Inf, 0) but then fail because they start at Inf. Is there supposed to be a mechanism that flips it to start at the terminating point? How is that terminating point saved?

@frankschae
Copy link
Member

frankschae commented Feb 24, 2023

Yup, exactly. It's in the construction of the ODEAdjointProblem, e.g.
https://github.com/SciML/SciMLSensitivity.jl/blob/master/src/backsolve_adjoint.jl#L148-L154

@ChrisRackauckas
Copy link
Member Author

Awesome, and that explains the broken tests.

test/steady_state.jl Outdated Show resolved Hide resolved
@ChrisRackauckas ChrisRackauckas merged commit 25fc589 into master Feb 25, 2023
@ChrisRackauckas ChrisRackauckas deleted the isolate branch February 25, 2023 10:37
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.

None yet

2 participants