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
I see how we could check whether all sequences contain the stop characters after last_state = next(states) in SequenceGenerator.__call__ but I can't find a way of ending the generation for a particular sequence if this one includes the stop characters (but not the others) without modifying the sequence_generator function. Do you have a solution in mind?
This was removed in #366 to simplify the PR. It should be simple to implement it at the
SequenceGenerator
level.The text was updated successfully, but these errors were encountered: