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.
The new get_start_end method by default we returns the outer confidence positions. However, if that position
does not have a base, it returns the inner confidence position.
Describe the solution you'd like
The ask is to add a new optional parameter that allows to define the strictness of the returned positions.
The current behavior is more alike to an "auto" mode, since we might fall back to the inner confidence positions
if the outer confidence positions do not have a base. A potential "strict" mode would only return the outer confidence positions, and raise an error if the outer confidence positions do not have a base.