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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

fix flake8 and black #125

wants to merge 1 commit into from

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.

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.

None yet

2 participants