Skip to content
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 run_filter failing tests #158

Merged
merged 5 commits into from
Nov 8, 2022
Merged

Conversation

xtrojak
Copy link

@xtrojak xtrojak commented Nov 8, 2022

After merging #156, we introduced a minor change that caused some tests for unsupervised and hybrid to fail.

The issue was identified in the refactored run_filter functions, in particular in the call of compute_uniq_grp (L102), where the argument min_pres was not passed and the default value was always used.

I also introduced more test cases for run_filter function. The test files are introduced here.

Since the issue was pretty minor, we don't need to revert the PR and close #157.

@wverastegui
Copy link

@xtrojak it looks good to me !.

Copy link

@wverastegui wverastegui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes are ok. Nice job, thanks.

@xtrojak xtrojak merged commit 50a11b8 into RECETOX:master Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants