-
Notifications
You must be signed in to change notification settings - Fork 12
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
Setting default FFT window to Hanning #349
Conversation
Issue #291 Have set the default FFT window to Hanning for calculation of all summary and spectral indices. However left the Test methods using HAMMING window so do not have to make changes to the output.
Codecov Report
@@ Coverage Diff @@
## master #349 +/- ##
==========================================
+ Coverage 29.30% 29.34% +0.04%
==========================================
Files 475 475
Lines 68794 68826 +32
==========================================
+ Hits 20158 20198 +40
+ Misses 48636 48628 -8
Continue to review full report at Codecov.
|
@towsey this introduced multiple test failures. See https://dev.azure.com/QutEcoacoustics/audio-analysis/_build/results?buildId=2193&view=ms.vss-test-web.build-test-results-tab While you're fIxing those tests, maybe consider how we could make them less fragile? |
Hi Anthony,
Clicking the link you provided does not take me to the failed test info.
Suggestion?
|
It looks like the build number changed 🤷♂️. The link above works |
Issue #291 Have set the default FFT window to Hanning for calculation of all summary and spectral indices.
However left the Test methods using HAMMING window so do not have to make changes to the output.
Title of PR
What is the purpose of this PR?
Changes
List of changes added as part of this PR. This only needs to include the big changes which reviewers should carefully check.
Issues
Any issues caused by the PR that will need to be addressed in another PR.
These issues may be caused by another branch which will change how this branch functions.
Visual Changes
If the PR has any visual changes to the website, post pictures of the new pages and how they look.
Label any images if more than one is given.
Final Checklist