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

issue #100 patch — update hardcoded value in vocalpy.spectral.sat.py #111

Merged
merged 1 commit into from Jan 17, 2024

Conversation

ralphpeterson
Copy link
Contributor

@ralphpeterson ralphpeterson commented Jan 17, 2024

Addresses bug outlined in #100. Update hardcoded value (400) to n_fft argument:

tapers = scipy.signal.windows.dpss(n_fft, 1.5, Kmax=2)

Copy link

codecov bot commented Jan 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ca7b942) 79.39% compared to head (ef4cda8) 79.39%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #111   +/-   ##
=======================================
  Coverage   79.39%   79.39%           
=======================================
  Files          28       28           
  Lines         951      951           
=======================================
  Hits          755      755           
  Misses        196      196           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@NickleDave
Copy link
Contributor

Excellent, thank you @ralphpeterson!

@NickleDave NickleDave merged commit ebb683b into vocalpy:main Jan 17, 2024
11 checks passed
@NickleDave
Copy link
Contributor

@all-contributors please add @ralphpeterson for code

Copy link
Contributor

@NickleDave

I've put up a pull request to add @ralphpeterson! 🎉

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.

None yet

2 participants