23 new issues, 444 total
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
444 | 23 | 421 | 0 | 👎 |
Reference build: climada_branches » develop #1076
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 1 | 6 | 16 |
Annotations
Check warning on line 1471 in climada/util/coordinates.py
jenkins-wcr / Pylint
unused-argument
NORMAL:
Unused argument 'iso'
Raw output
Used when a function or method argument is not used.
Check warning on line 1471 in climada/util/coordinates.py
jenkins-wcr / Pylint
unused-argument
NORMAL:
Unused argument 'attr'
Raw output
Used when a function or method argument is not used.
Check warning on line 9 in climada/util/calibrate/func.py
jenkins-wcr / Pylint
missing-function-docstring
LOW:
Missing function or method docstring
Raw output
no description found
Check warning on line 12 in climada/util/calibrate/func.py
jenkins-wcr / Pylint
missing-function-docstring
LOW:
Missing function or method docstring
Raw output
no description found
Check warning on line 15 in climada/util/calibrate/func.py
jenkins-wcr / Pylint
missing-function-docstring
LOW:
Missing function or method docstring
Raw output
no description found
Check warning on line 80 in climada/util/calibrate/scipy_optimizer.py
jenkins-wcr / Pylint
invalid-name
LOW:
Variable name "x0" doesn't conform to '(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$' pattern
Raw output
Used when the name doesn't match the regular expression associated to its type(constant, variable, class...).
Check warning on line 164 in climada/util/calibrate/bayesian_optimizer.py
jenkins-wcr / Pylint
too-complex
LOW:
'plot_p_space' is too complex. The McCabe rating is 11
Raw output
no description found
Check warning on line 164 in climada/util/calibrate/bayesian_optimizer.py
jenkins-wcr / Pylint
invalid-name
LOW:
Argument name "x" doesn't conform to '(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$' pattern
Raw output
Used when the name doesn't match the regular expression associated to its type(constant, variable, class...).
Check warning on line 164 in climada/util/calibrate/bayesian_optimizer.py
jenkins-wcr / Pylint
invalid-name
LOW:
Argument name "y" doesn't conform to '(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$' pattern
Raw output
Used when the name doesn't match the regular expression associated to its type(constant, variable, class...).
Check warning on line 164 in climada/util/calibrate/bayesian_optimizer.py
jenkins-wcr / Pylint
too-many-locals
LOW:
Too many local variables (16/15)
Raw output
Used when a function or method has too many local variables.
Check warning on line 209 in climada/util/calibrate/bayesian_optimizer.py
jenkins-wcr / Pylint
invalid-name
LOW:
Variable name "s" doesn't conform to '(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$' pattern
Raw output
Used when the name doesn't match the regular expression associated to its type(constant, variable, class...).
Check warning on line 210 in climada/util/calibrate/bayesian_optimizer.py
jenkins-wcr / Pylint
invalid-name
LOW:
Variable name "c" doesn't conform to '(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$' pattern
Raw output
Used when the name doesn't match the regular expression associated to its type(constant, variable, class...).
Check warning on line 212 in climada/util/calibrate/bayesian_optimizer.py
jenkins-wcr / Pylint
invalid-name
LOW:
Argument name "x" doesn't conform to '(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$' pattern
Raw output
Used when the name doesn't match the regular expression associated to its type(constant, variable, class...).
Check warning on line 212 in climada/util/calibrate/bayesian_optimizer.py
jenkins-wcr / Pylint
invalid-name
LOW:
Argument name "y" doesn't conform to '(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$' pattern
Raw output
Used when the name doesn't match the regular expression associated to its type(constant, variable, class...).
Check warning on line 215 in climada/util/calibrate/bayesian_optimizer.py
jenkins-wcr / Pylint
invalid-name
LOW:
Variable name "ax" doesn't conform to '(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$' pattern
Raw output
Used when the name doesn't match the regular expression associated to its type(constant, variable, class...).
Check warning on line 12 in climada/util/calibrate/bayesian_optimizer.py
jenkins-wcr / Pylint
unused-import
NORMAL:
Unused Impact imported from climada.engine
Raw output
Used when an imported module or variable is not used.
Check warning on line 12 in climada/util/calibrate/base.py
jenkins-wcr / Pylint
import-error
HIGH:
Unable to import 'seaborn'
Raw output
Used when pylint has been unable to import a module.
Check warning on line 162 in climada/util/calibrate/base.py
jenkins-wcr / Pylint
too-many-locals
LOW:
Too many local variables (19/15)
Raw output
Used when a function or method has too many local variables.
Check warning on line 201 in climada/util/calibrate/base.py
jenkins-wcr / Pylint
invalid-name
LOW:
Variable name "ax" doesn't conform to '(([a-z][a-z0-9_]{2,30})|(_[a-z0-9_]*))$' pattern
Raw output
Used when the name doesn't match the regular expression associated to its type(constant, variable, class...).
Check warning on line 163 in climada/util/calibrate/base.py
jenkins-wcr / Pylint
unused-argument
NORMAL:
Unused argument 'plot_kwargs'
Raw output
Used when a function or method argument is not used.
Check warning on line 201 in climada/util/calibrate/base.py
jenkins-wcr / Pylint
unused-variable
NORMAL:
Unused variable 'fig'
Raw output
Used when a variable is defined but not used.
Check warning on line 416 in climada/util/calibrate/base.py
jenkins-wcr / Pylint
no-self-use
LOW:
Method could be a function
Raw output
Used when a method doesn't use its bound instance, and so could be written asa function.
Check warning on line 17 in climada/util/calibrate/base.py
jenkins-wcr / Pylint
unused-import
NORMAL:
Unused climada.util.coordinates imported as u_coord
Raw output
Used when an imported module or variable is not used.