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

DOC: better document how to handle omitted coefficients in multilevel DWT reconstructions #303

Merged
merged 4 commits into from Dec 3, 2017

Commits on Mar 16, 2017

  1. MAINT: Raise a more informative error in the case that DWT detail coe…

    …fficients
    
    are None.
    
    Coefficients as None is allowed by idwtn, but for the multilevel waverecn, the
    shape of the detail coefficients arrays are used to make sure the final shape
    is correct.  This information is lost if the detail coefficients are None.
    
    The error message in _fix_coeffs is updated to suggest to the user, the
    appropriate workaround of using an array of zeros instead.
    grlee77 committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    370ff88 View commit details
    Browse the repository at this point in the history
  2. DOC: update waverec* docstrings to indicate recommended way of

    omitting specific coefficients from the reconstruction
    grlee77 committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    4e52cf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Configuration menu
    Copy the full SHA
    3c804b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. fix docstrings

    grlee77 committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    e623c44 View commit details
    Browse the repository at this point in the history