Skip to content

tweak logic to prefer filter #810

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

Closed
wants to merge 2 commits into from
Closed

Conversation

bpblanken
Copy link
Collaborator

No description provided.

@bpblanken bpblanken requested a review from a team as a code owner June 13, 2024 18:38
@bpblanken bpblanken marked this pull request as draft June 13, 2024 19:33
hl.enumerate(ht.globals.family_guids)
.filter(lambda item: ~family_guids.contains(item[1]))
.map(lambda item: item[0]),
)
ht = ht.annotate(
family_entries=family_indexes_to_keep.map(lambda i: ht.family_entries[i]),
family_entries=(
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

experimenting shows this not mattering too much

@bpblanken bpblanken closed this Jun 13, 2024
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.

1 participant