Feature request: keep shorter spans in util.filter_spans #7355
ktobah
started this conversation in
New Features & Project Ideas
Replies: 1 comment 5 replies
-
Hi! Sure, that sounds like a good idea. It shouldn't be too much work I think, adding a new parameter and adjusting the sort function accordingly. And add a few unit tests to make sure it works correctly. Do you want to make the PR? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to the util.filter_spans docs, it says:
I was wondering if it is possible to make this function more flexible and allow the user to choose to either keep the shorter or longer spans? In my case, I need to keep the shorter spans.
Beta Was this translation helpful? Give feedback.
All reactions