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

Remove the BatchFilter abstract data type #561

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Remove the BatchFilter abstract data type #561

merged 1 commit into from
Apr 18, 2024

Conversation

jeremykubica
Copy link
Contributor

The BatchFilter abstract data type is only ever used for clustering and is wrapped in the function apply_clustering(). To keep the code simple, this removes the BatchFilter abstract data type and ResultList's apply_batch_filter() method and instead uses the ResultList's filter_results() method directly.

This also simplifies some of the logic with using other result data types that I have been experimenting with in #549

@jeremykubica jeremykubica requested a review from wilsonbb April 18, 2024 18:34
Copy link
Collaborator

@wilsonbb wilsonbb left a comment

Choose a reason for hiding this comment

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

LGTM!

@jeremykubica jeremykubica merged commit 6011686 into main Apr 18, 2024
2 checks passed
@jeremykubica jeremykubica deleted the batch branch April 18, 2024 20:09
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.

2 participants