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/MAINT: Downscale convolve #863

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

WIP/MAINT: Downscale convolve #863

wants to merge 7 commits into from

Conversation

ksunden
Copy link
Member

@ksunden ksunden commented Jan 16, 2019

Alternative to #862

@@ -897,10 +897,9 @@ def create_variable(
def downscale(self, tup, name=None, parent=None) -> "Data":
"""Down sample the data array using local averaging.

See `skimage.transform.downscale_local_mean`__ for more info.
See `scipy.signal.decimate`__ for more info.
Copy link
Member Author

Choose a reason for hiding this comment

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

Left over from first rewrite, if we move forward with this one, needs updating.

Also applies to internal function name

@ksunden ksunden changed the title MAINT: Downscale convolve WIP/MAINT: Downscale convolve Jan 17, 2019
ksunden added a commit that referenced this pull request Jan 17, 2019
Intent is to add back as a well thought out implementation that does not re-introduce skimage

Two options are presented in #862 and #863
untzag pushed a commit that referenced this pull request Jan 17, 2019
Intent is to add back as a well thought out implementation that does not re-introduce skimage

Two options are presented in #862 and #863
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant