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 overcrowded view see #631 #685

Merged
merged 1 commit into from
Jan 25, 2024
Merged

fix overcrowded view see #631 #685

merged 1 commit into from
Jan 25, 2024

Conversation

jnsga
Copy link
Contributor

@jnsga jnsga commented Jan 21, 2024

to use itertools.groupby() the iterable needs to be sorted see https://docs.python.org/3/library/itertools.html#itertools.groupby

@jnsga jnsga requested a review from lukasjuhrich January 21, 2024 21:06
@lukasjuhrich lukasjuhrich linked an issue Jan 25, 2024 that may be closed by this pull request
to use itertools.groupby() the iterable needs to be sorted
see https://docs.python.org/3/library/itertools.html#itertools.groupby
@lukasjuhrich lukasjuhrich merged commit e255ce6 into develop Jan 25, 2024
4 of 5 checks passed
@lukasjuhrich
Copy link
Collaborator

Amazing, thanks!

@lukasjuhrich lukasjuhrich deleted the fix_overcrowded_view branch January 25, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Broken overcrowded view
2 participants