Skip to content

Fix bug with multiple tags in a SplitConfig. #156

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

Merged
merged 2 commits into from
Apr 11, 2025
Merged

Conversation

favyen2
Copy link
Collaborator

@favyen2 favyen2 commented Apr 3, 2025

Previously if there are multiple tags, then a window would be added as a training example for each tag that it matches. This means there would be duplicates, and also it doesn't match the intended behavior where the tags are additive constraints (i.e. the overall op should be logical and of all the specified tags).

This commit fixes the bug.

Previously if there are multiple tags, then a window would be added as a training
example for each tag that it matches. This means there would be duplicates, and also
it doesn't match the intended behavior where the tags are additive constraints (i.e.
the overall op should be logical and of all the specified tags).

This commit fixes the bug.
@favyen2 favyen2 requested a review from yawenzzzz April 8, 2025 15:36
Copy link
Collaborator

@yawenzzzz yawenzzzz left a comment

Choose a reason for hiding this comment

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

LGTM!

@favyen2 favyen2 merged commit b6b3579 into master Apr 11, 2025
4 checks passed
@favyen2 favyen2 deleted the favyen/fix-tag-bug branch April 11, 2025 23:19
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