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 flake8 and black #125

Merged
merged 1 commit into from
Oct 18, 2024
Merged

fix flake8 and black #125

merged 1 commit into from
Oct 18, 2024

Conversation

hsirkar
Copy link
Collaborator

@hsirkar hsirkar commented Mar 1, 2024

develop fails because of black issues:

would reformat /home/rakrish/pipit/pipit/util/cct.py
would reformat /home/rakrish/pipit/pipit/readers/otf2_reader.py

Oh no! 💥 💔 💥

and flake8 issues;

./pipit/readers/projections_reader.py:516:22: N806 variable 'numPEs' in function should be lowercase
./pipit/readers/projections_reader.py:517:22: N806 variable 'destPEs' in function should be lowercase
./pipit/trace.py:600:51: N803 argument name 'MPI_events' should be lowercase
./pipit/trace.py:614:50: N803 argument name 'MPI_events' should be lowercase

This PR fixes them.

@movsesyanae movsesyanae merged commit 8e63214 into develop Oct 18, 2024
8 checks passed
movsesyanae pushed a commit that referenced this pull request Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants