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
I found these styling errors around docstring in functions in various files that doesn't adhere to Python's PEP guidelines.
PyBaMM/pybamm/citations.py
Lines 29 to 30 in 9883106
PyBaMM/pybamm/settings.py
Lines 32 to 33 in 9883106
PyBaMM/pybamm/util.py
Lines 63 to 64 in 9883106
Expected behavior Find all those functions and replace " with 3 double quotes """ for consistency across the repository .
"
"""
It can be marked as a good first issue
The text was updated successfully, but these errors were encountered:
If anyone’s not working on it, I can get this done.
Sorry, something went wrong.
There are probably several other places where it's like this, I wasn't aware of the PEP guideline for this
Merge pull request #1383 from asinghgaba/pep_fix
01b3e9a
#1376 Fixed PEP styling around docstrings
asinghgaba
Successfully merging a pull request may close this issue.
I found these styling errors around docstring in functions in various files that doesn't adhere to Python's PEP guidelines.
PyBaMM/pybamm/citations.py
Lines 29 to 30 in 9883106
PyBaMM/pybamm/settings.py
Lines 32 to 33 in 9883106
PyBaMM/pybamm/util.py
Lines 63 to 64 in 9883106
Expected behavior
Find all those functions and replace
"
with 3 double quotes"""
for consistency across the repository .It can be marked as a good first issue
The text was updated successfully, but these errors were encountered: