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

Remove dats from updates #56

Merged
merged 6 commits into from
Oct 19, 2022
Merged

Remove dats from updates #56

merged 6 commits into from
Oct 19, 2022

Conversation

ScottMacLachlan
Copy link
Collaborator

In the original implementation, we updated various things by working directly on the dat's of the functions involved. That's problematic if you want to do adjoint stuff, since dat updates aren't adjoint-able. This removes the dat accesses in favour of arithmetic on functions or assign statements, addressing #52 .

Copy link
Collaborator

@rckirby rckirby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM

@rckirby rckirby merged commit 73d3860 into master Oct 19, 2022
@rckirby rckirby deleted the rckirby/nodat branch October 19, 2022 17:19
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.

2 participants