26 new issues, 447 total
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
447 | 26 | 421 | 0 | 👎 |
Reference build: climada_branches » develop #1076
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 1 | 5 | 20 |
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 221 in climada/util/calibrate/base.py
jenkins-wcr / Pylint
line-too-long
LOW:
Line too long (104/100)
Raw output
Used when a line is longer than a given number of characters.
Check warning on line 232 in climada/util/calibrate/base.py
jenkins-wcr / Pylint
line-too-long
LOW:
Line too long (102/100)
Raw output
Used when a line is longer than a given number of characters.
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
dangerous-default-value
NORMAL:
Dangerous default value {} as argument
Raw output
Used when a mutable value as list or dictionary is detected in a default valuefor an argument.
Check warning on line 162 in climada/util/calibrate/base.py
jenkins-wcr / Pylint
too-many-locals
LOW:
Too many local variables (29/15)
Raw output
Used when a function or method has too many local variables.
Check warning on line 202 in climada/util/calibrate/base.py
jenkins-wcr / Pylint
invalid-name
LOW:
Variable name "lw" 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/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 252 in climada/util/calibrate/base.py
jenkins-wcr / Pylint
no-else-return
LOW:
Unnecessary "else" after "return"
Raw output
Used in order to highlight an unnecessary block of code following an ifcontaining a return statement. As such, it will warn when it encounters anelse following a chain of ifs, all of them containing a return statement.
Check warning on line 437 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.