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

fix #14 #16

Merged
merged 4 commits into from
Sep 12, 2023
Merged

fix #14 #16

merged 4 commits into from
Sep 12, 2023

Conversation

baggepinnen
Copy link
Contributor

This PR adds an option to indicate that the function a rule is defined for is mutating its input argument.

Closes #14

@ThummeTo
Copy link
Owner

Looks good to me @mohamed82008 - Please check if you find the time, I assigned you for review :-)

test/runtests.jl Outdated Show resolved Hide resolved
Co-authored-by: Mohamed Tarek <[email protected]>
@mohamed82008
Copy link
Collaborator

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.

@mohamed82008
Copy link
Collaborator

bump

@ThummeTo
Copy link
Owner

Sorry for delay, I merged #17 first, so we can see if it's running now.

Copy link
Owner

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 )

@ThummeTo ThummeTo changed the base branch from master to v0.2.1 September 12, 2023 13:07
@ThummeTo ThummeTo merged commit b301b0c into ThummeTo:v0.2.1 Sep 12, 2023
@ThummeTo ThummeTo mentioned this pull request Sep 12, 2023
ThummeTo added a commit that referenced this pull request Sep 14, 2023
* 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]>
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.

Wrong result with exp!
3 participants