Skip to content

DOC: fix swt start_level coefficient range in docstring#844

Open
nuglifeleoji wants to merge 1 commit intoPyWavelets:mainfrom
nuglifeleoji:doc/fix-swt-start-level-formula
Open

DOC: fix swt start_level coefficient range in docstring#844
nuglifeleoji wants to merge 1 commit intoPyWavelets:mainfrom
nuglifeleoji:doc/fix-swt-start-level-formula

Conversation

@nuglifeleoji
Copy link
Copy Markdown

@nuglifeleoji nuglifeleoji commented Mar 30, 2026

Closes #838.

With start_level=m, the output levels run from m+1 to m+n, so the last term should be (cAm+1, cDm+1), not (cAm, cDm).

The last term (cAm, cDm) was wrong; the minimum index is m+1, not m.
Closes PyWavelets#838.

Made-with: Cursor
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.

swt documentation mistake

1 participant