We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are a few classes in SMRF, which do not follow PEP8 recommendations. For instance, smrf/distribute/cloud_factor.py uses cl as its class name.
smrf/distribute/cloud_factor.py
cl
This ticket is to go through the codebase and ensure that classes are easy to identify and follow PEP8 naming conventions.
The text was updated successfully, but these errors were encountered:
This has been bugging me for a while now!
This will break AWSM so this should be done in tandem with an AWSM PR.
Sorry, something went wrong.
No branches or pull requests
There are a few classes in SMRF, which do not follow PEP8 recommendations. For instance,
smrf/distribute/cloud_factor.py
usescl
as its class name.This ticket is to go through the codebase and ensure that classes are easy to identify and follow PEP8 naming conventions.
The text was updated successfully, but these errors were encountered: