-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
refactor: cleanup deps and replace SparseDiffTools with SciMLJacobianOperators #1124
Conversation
I think we should drop the NonlinearSolve dep in DiffEqCallbacks a weakdep as a breaking change |
Tests for steadystateadjoint pass locally. We need to wait for the following:
|
f4e321b
to
6f80c63
Compare
We are getting there, we need
|
cb3ba2f
to
6d9ccb2
Compare
Looks like shadowing is failing? |
yeah, typo in refactor. Should be fixed now. The docs are broken but Vaibhav has a open PR for that so I am not touching it atm. |
Shit didn't mean to click that. There was still an error in shadowing? |
Could that be from any of the packages being unlocked from upgrading? The only change in the shadowing was |
It could be a tolerance thing, since it uses random sampling and maybe something about the randomness changed. Maybe make a PR that bumps the ensemble size? |
No description provided.