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

Ignore un-nested permutations which are not possible #137

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

JoeAtHPI
Copy link
Collaborator

@JoeAtHPI JoeAtHPI commented Jan 4, 2024

Given a nested variant like this
image
image

The permutations red>original and red>alternative will never occur, as the variant is nested inside green. This MR changes the simple permutation calculation of crossing everything with each other to a dfs crossing of top level variants.

@JoeAtHPI JoeAtHPI added the bug Something isn't working label Jan 4, 2024
@JoeAtHPI JoeAtHPI requested a review from tom95 January 4, 2024 02:01
@JoeAtHPI JoeAtHPI self-assigned this Jan 4, 2024
Copy link

github-actions bot commented Jan 4, 2024

Pull Request Test Coverage Report for Build 7404641183

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 7221845363: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

@tom95 tom95 merged commit 6582325 into master Jan 4, 2024
2 checks passed
@JoeAtHPI JoeAtHPI deleted the fix/nested-variants branch February 5, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Exploriants
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants