-
-
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
Better Steady State Adjoint #877
Conversation
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.
AI-Maintainer Review for PR - Better Steady State Adjoint
Title and Description ⚠️
Scope of Changes 👍
Documentation ⚠️
SteadyStateAdjoint{CJ, BD, CS, AD, FDT, VJP, LS}
structsetvjp
functionSteadyStateAdjointSensitivityFunction
functionSteadyStateAdjointProblem
function
Testing ⚠️
Suggested Changes
- Please provide a more detailed and concise description of the purpose of the changes in the pull request.
- Add docstrings to the
SteadyStateAdjoint{CJ, BD, CS, AD, FDT, VJP, LS}
struct,setvjp
function,SteadyStateAdjointSensitivityFunction
function, andSteadyStateAdjointProblem
function to describe their behavior, arguments, and return values. - Include details about the testing methodology, such as specific test cases, frameworks, or scenarios used to validate the changes.
Reviewed with AI Maintainer
Needs SciML/LinearSolve.jl#366 and a tag of SparseDiffTools.jl |
c5e4e63
to
2cfd0d2
Compare
was this supposed to pass tests? |
Yup 😓. If it doesn't pass now I will have to debug furthur |
d503ffd
to
28cfa9c
Compare
Codecov Report
@@ Coverage Diff @@
## master #877 +/- ##
==========================================
- Coverage 61.91% 61.56% -0.36%
==========================================
Files 20 20
Lines 4385 4472 +87
==========================================
+ Hits 2715 2753 +38
- Misses 1670 1719 +49
... and 5 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
d7c4635
to
909c939
Compare
7e64bad
to
49de9c2
Compare
25e97e4
to
0be4c21
Compare
It looks like this causes a regression in the vjps? See the Core 3 test failures. |
Closing this but not deleting the branch. |
BatchNorm
which messes up the sparsity pattern assumption.