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

WIP: Implement reverse for cumsum method #256

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jbusecke
Copy link
Contributor

@jbusecke jbusecke commented Oct 1, 2020

I have attempted to implement a reversed cumulative sum. The method flips the .data along the relevant axis, then applies the cumulative sum, and flips the data back.

As a test case I expect the result to be equivalent to da.sum(axis_dim) - grid.cumsum(axis).

Some cases pass (outer/inner coords; except with extent boundary), but others do not. Still working on understanding where this goes wrong.

@github-actions
Copy link

This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the pull request will be closed in another 30 days. Thank you for your contribution!

@github-actions github-actions bot added the Stale label Jun 11, 2021
@github-actions
Copy link

This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request.

@github-actions github-actions bot closed this Jun 18, 2021
@jbusecke jbusecke reopened this Jun 24, 2021
@github-actions
Copy link

github-actions bot commented Jul 2, 2021

This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request.

@github-actions github-actions bot closed this Jul 2, 2021
@jbusecke jbusecke reopened this Jul 7, 2021
@github-actions
Copy link

This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request.

@github-actions github-actions bot closed this Jul 15, 2021
@jbusecke jbusecke added In Progress Somebody is working on fixing this issue keepOpen labels Jul 20, 2021
@jbusecke jbusecke reopened this Jul 20, 2021
@github-actions github-actions bot removed the Stale label Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
In Progress Somebody is working on fixing this issue keepOpen
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant