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

MAINT: Replace calls to hanning with hann #5955

Merged
merged 1 commit into from
Mar 10, 2016
Merged

Conversation

e-q
Copy link
Contributor

@e-q e-q commented Mar 10, 2016

This is just a nitpick over internal calls to the hann window. Users who request hanning still get the expected result.

Quoting the hann window docsctring:

The window was named for Julius von Hann, an Austrian meteorologist. [...] It
is sometimes erroneously referred to as the "Hanning" window, from the use of
"hann" as a verb in the original paper and confusion with the very similar
Hamming window.

This is just a nitpick over internal calls to the hann window. Users who
request `hanning` still get the expected result.

Quoting the hann window docsctring:
```
The window was named for Julius von Hann, an Austrian meteorologist. [...] It
is sometimes erroneously referred to as the "Hanning" window, from the use of
"hann" as a verb in the original paper and confusion with the very similar
Hamming window.
```
@codecov-io
Copy link

@@            master   #5955   diff @@
======================================
  Files          238     238       
  Stmts        43727   43727       
  Branches      8205    8205       
  Methods          0       0       
======================================
- Hit          34152   34150     -2
- Partial       2601    2602     +1
- Missed        6974    6975     +1

Review entire Coverage Diff as of d46c2c2

Powered by Codecov. Updated on successful CI builds.

@larsoner
Copy link
Member

LGTM, ready for merge from your end?

@e-q
Copy link
Contributor Author

e-q commented Mar 10, 2016

Pulling the trigger...

e-q added a commit that referenced this pull request Mar 10, 2016
MAINT: Replace calls to `hanning` with `hann`
@e-q e-q merged commit ebc9858 into scipy:master Mar 10, 2016
@rgommers rgommers added scipy.signal maintenance Items related to regular maintenance tasks labels Mar 10, 2016
@rgommers rgommers added this to the 0.18.0 milestone Mar 10, 2016
@e-q e-q deleted the hann_nitpick branch March 27, 2016 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks scipy.signal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants