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
For my use case an empty string is okay to ignore, as I always end them with \0 anyway. But I think we should give better feedback if it's used that way.
FmIndex
currently breaks with an error if the text supplied is the empty string (an underflow error).I also tried with a string just with a
\0
in it but had a different error:sampling level L must satisfy 2^L < text_len (L = 2, text_len = 4)
The text was updated successfully, but these errors were encountered: