-
Notifications
You must be signed in to change notification settings - Fork 657
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
Tweak StreamReader error messages and tests #2429
Conversation
mthrok
commented
Jun 1, 2022
- Update error messages
- Update audio stream tests
* Update error messages * Update audio stream tests
aaa4d95
to
4295fee
Compare
@mthrok has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@@ -360,6 +360,20 @@ def test_seek_negative(self): | |||
s.seek(-1.0) | |||
|
|||
|
|||
def _to_fltp(original): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add doc string here? This helps future maintainer understand what's the functionality of the method.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure, done.
@mthrok has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Hey @mthrok. |