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

Migrate from defaultdict to Counter #267

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Migrate from defaultdict to Counter #267

wants to merge 2 commits into from

Conversation

nsmith-
Copy link
Collaborator

@nsmith- nsmith- commented Dec 9, 2024

To fix:
src/correctionlib/schemav2.py:419:37: B910 Use Counter() instead of defaultdict(int) to avoid excessive memory use

To fix:
src/correctionlib/schemav2.py:419:37: B910 Use Counter() instead of defaultdict(int) to avoid excessive memory use
@nsmith-
Copy link
Collaborator Author

nsmith- commented Dec 9, 2024

Tests failing due to dask 2024.12.0 breaking dask-awkward dask-contrib/dask-awkward#556.
Will wait for a fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant