-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX] Preprocess Text: set highest absolute frequency #807
Conversation
@needNewUsername, was this PR closed by mistake? |
Yes, i thought it had been dealt with, but I now remember I was waiting for @ajdapretnar to check if this is the type of solution we are looking for, and make sure it doesn't break anything else. |
Codecov Report
@@ Coverage Diff @@
## master #807 +/- ##
==========================================
+ Coverage 74.95% 75.92% +0.96%
==========================================
Files 75 76 +1
Lines 10189 10644 +455
Branches 1626 1788 +162
==========================================
+ Hits 7637 8081 +444
- Misses 2303 2308 +5
- Partials 249 255 +6 |
There are some issues with the spin box, unfortunately. If I set What do you think, @PrimozGodec? |
@ajdapretnar I agree. I think that when the value of one spin changes the minimum/maximum values of the other one can be adjusted via |
This looks good to me, but I would sleep much easier if there was a test that would check this behavior. 😅
|
I can tell you that for deerwester you should get:
|
As I need this quite urgently, I'll open another issue with a request for tests. |
Issue
Fixes #669
Description of changes
Changes the behaviour of absolute frequency filter to return no upper cutoff point when the values of both boxes are equal.
Includes