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

Refactor test_sox_effects #805

Merged
merged 1 commit into from Jul 22, 2020
Merged

Conversation

mthrok
Copy link
Collaborator

@mthrok mthrok commented Jul 21, 2020

  1. Move misplaced sox compatibility tests (T,Fade, T.Vol, T.Vad) from test_sox_effects.py to test_sox_compatibility.py
  2. Move test_sox_effects.py to test/sox_effect/ where all the other functionalities from torchaudio.sox_effects are tested

1. Move misplaced sox compatibility test (T,Fade, T.Vol, T.Vad) to test/test_sox_compatibility.py
2. Move test_sox_effects to test/sox_effect/ where all the other functionalities from torchaudio.sox_effects are tested
@codecov
Copy link

codecov bot commented Jul 21, 2020

Codecov Report

Merging #805 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #805   +/-   ##
=======================================
  Coverage   89.86%   89.86%           
=======================================
  Files          35       35           
  Lines        2713     2713           
=======================================
  Hits         2438     2438           
  Misses        275      275           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3781cb2...54fddee. Read the comment docs.

@mthrok mthrok marked this pull request as ready for review July 21, 2020 23:19
@mthrok mthrok requested a review from vincentqb July 21, 2020 23:19
Copy link
Contributor

@vincentqb vincentqb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mthrok mthrok merged commit 0574604 into pytorch:master Jul 22, 2020
@mthrok
Copy link
Collaborator Author

mthrok commented Jul 22, 2020

Thanks

@mthrok mthrok deleted the refactor-sox-effect-test branch July 22, 2020 16:39
mthrok pushed a commit to mthrok/audio that referenced this pull request Feb 26, 2021
* Fix txpos.

* Fix further typo

* Fix typo

Co-authored-by: Brian Johnson <brianjo@fb.com>
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