DOC: fix the swt/swt2 start_level coefficient ranges - #863
Merged
rgommers merged 1 commit intoAug 17, 2026
Conversation
Use the form agreed on in PyWaveletsgh-838 for the `swt` list. Apply the same off-by-one fix to both `swt2` output blocks, which still ended at `(cA_m, (cH_m, cV_m, cD_m))`, and correct the `iswt`/`iswt2` remark that index 1 corresponds to `start_level` - it corresponds to `start_level + 1`. Also state explicitly in the `swt` parameter description that the output holds exactly `level` sets of coefficients; that is the fact whose absence prompted the report. Closes PyWaveletsgh-838
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use the form agreed on in gh-838 for the
swtlist.Apply the same off-by-one fix to both
swt2output blocks, which still ended at(cA_m, (cH_m, cV_m, cD_m)), and correct theiswt/iswt2remark that index 1 corresponds tostart_level- it corresponds tostart_level + 1.Also state explicitly in the
swtparameter description that the output holds exactlylevelsets of coefficients; that is the fact whose absence prompted the report.Closes gh-838