Open zhang01GA opened 6 years ago
pylint score should be greater than 8.
on 2018-10-07, the pylint score is 4.53/10
fzhang@ubuntu16qos/Softlab/Githubz/mtpy (develop)
$ cd MTPY_Repo_dir
$ pylint mtpy
After a few minutes run, you will get in the end:
Your code has been rated at 4.52/10 (previous run: 4.34/10, +0.18)
# Paste your code here # #
print(matplotlib.get_backend())
Installed Python Packages: use pip freeze or conda list [-n ENVIRONMENT_NAME] to list all the installed libraries.
pip freeze
conda list [-n ENVIRONMENT_NAME]
Expected Behaviour
pylint score should be greater than 8.
Current Behaviour
on 2018-10-07, the pylint score is 4.53/10
Possible Solution
Steps to Reproduce (for bugs)
fzhang@ubuntu16qos/Softlab/Githubz/mtpy (develop)
$ cd MTPY_Repo_dir
$ pylint mtpy
After a few minutes run, you will get in the end:
Global evaluation
Your code has been rated at 4.52/10 (previous run: 4.34/10, +0.18)
Context
Your Environment
print(matplotlib.get_backend())
):Installed Python Packages: use
pip freeze
orconda list [-n ENVIRONMENT_NAME]
to list all the installed libraries.