We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lhotse/lhotse/audio.py
Lines 960 to 961 in 3c621b5
lhotse/lhotse/supervision.py
Lines 542 to 543 in 3c621b5
lhotse/lhotse/cut/set.py
Lines 240 to 241 in 3c621b5
But they actually also accept an iterator/Iterable, see the code below:
lhotse/lhotse/serialization.py
Line 399 in 3c621b5
Also, the type hints for RecordingSet/SupervisionSet should use Optional if they accept a None value, like what CutSet is doing.
Optional
None
The text was updated successfully, but these errors were encountered:
lhotse/lhotse/lazy.py
Line 196 in 3c621b5
LazyManifestIterator
Sorry, something went wrong.
Fix #1038 and #1039
4f4893f
Fix #1038 and #1039 (#1040)
76ae055
Resolves #1038 and #1039
Successfully merging a pull request may close this issue.
lhotse/lhotse/audio.py
Lines 960 to 961 in 3c621b5
lhotse/lhotse/supervision.py
Lines 542 to 543 in 3c621b5
lhotse/lhotse/cut/set.py
Lines 240 to 241 in 3c621b5
But they actually also accept an iterator/Iterable, see the code below:
lhotse/lhotse/serialization.py
Line 399 in 3c621b5
Also, the type hints for RecordingSet/SupervisionSet should use
Optional
if they accept aNone
value, like what CutSet is doing.The text was updated successfully, but these errors were encountered: