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

Separate propagated time stops and discontinuities #196

Merged
merged 3 commits into from
Dec 5, 2020

Conversation

devmotion
Copy link
Member

Project.toml Outdated Show resolved Hide resolved
@ChrisRackauckas
Copy link
Member

Does this have a direct test of #188 in it? I don't see what would catch that issue?

@devmotion
Copy link
Member Author

It's a bit hidden but

# move to next grid point
integrator.opts.advance_to_tstop = true
step!(integrator)
@test integrator.t == 1.5
, together with the modified tstops = [1.5] catches the issue. It fails on master but works with the changes in OrdinaryDiffEq and this PR.

Co-authored-by: Christopher Rackauckas <[email protected]>
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.

behavior of step! with tstop
2 participants