You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
Currently there's only read_sequence method that requires to know all list of sample in advance, from_generator would offer more flexible interface useful in various contexts (such as async processing).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe:
Currently there's only
read_sequence
method that requires to know all list of sample in advance,from_generator
would offer more flexible interface useful in various contexts (such as async processing).The text was updated successfully, but these errors were encountered: