-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix #14 #16
fix #14 #16
Conversation
Looks good to me @mohamed82008 - Please check if you find the time, I assigned you for review :-) |
Co-authored-by: Mohamed Tarek <[email protected]>
I think the test failures are related to ImplicitDifferentiation 0.4 changing their API using 3 arguments instead of 2. The tests need to be updated but it's not related to this PR. |
bump |
Sorry for delay, I merged #17 first, so we can see if it's running now. |
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.
Looks like import FiniteDifferences
is missing?
(test currently fail after mergin #17 )
* fix #14 (#16) * fix #14 * add FD * Update test/runtests.jl Co-authored-by: Mohamed Tarek <[email protected]> --------- Co-authored-by: Mohamed Tarek <[email protected]> Co-authored-by: ThummeTo <[email protected]> * version inc * added `FiniteDifferences` --------- Co-authored-by: Fredrik Bagge Carlson <[email protected]> Co-authored-by: Mohamed Tarek <[email protected]>
This PR adds an option to indicate that the function a rule is defined for is mutating its input argument.
Closes #14