-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sonicallySimilar method to Audio class (#1288)
* Add sonicallySimilar method to Audio class closes #1183 * Add type hinting for method - fixes import error * Apply review suggestions Co-Authors @JonnyWong16 * Add optional parameters to sonicallySimilar method - makes it so that params can be None and use the server default * add test for `sonicallySimilar` * Refactor test to check type of elements * Apply suggestions Co-authored-by: JonnyWong16 <[email protected]> * Add authentication to sonicallySimilar test in test_audio.py * fix flake8 --------- Co-authored-by: JonnyWong16 <[email protected]>
- Loading branch information
1 parent
2f888df
commit 9e8fcb5
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters