-
-
Notifications
You must be signed in to change notification settings - Fork 233
[v10] refactor: use ImplicitDiscreteSystem to implement affects in callback systems
#3452
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
Conversation
4a6f2f6 to
b7997b0
Compare
ImplicitDiscreteSystem to implement affects in callback systems ImplicitDiscreteSystem to implement affects in callback systems
|
@ChrisRackauckas @AayushSabharwal This is very close, just needs a release for ImplicitDiscreteSolve and getting all the doc blocks working. One of the FMI tests is failing because the reinitialization isn't accurate enough (like 1.008e-8 but the tolerance is 1e-8), but I am unsure if that is related. |
ImplicitDiscreteSystem to implement affects in callback systems ImplicitDiscreteSystem to implement affects in callback systems
dfcd812 to
ed947b7
Compare
|
@AayushSabharwal I think this is basically ready to merge into the v10 branch. The FMI failure is the thing we discussed where the initialization fails with some error very close to the tolerance; the other test failures seem unrelated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are significant performance regressions in this PR.
7debb1d to
a63853a
Compare
Co-authored-by: Aayush Sabharwal <[email protected]>
Co-authored-by: Aayush Sabharwal <[email protected]>
|
Tests aren't passing |
3756f2b to
426e6bb
Compare
95eb9e4 to
d16bd28
Compare
|
Superseded by #3614 |
Close #2639 #2612