Add classes for calibrating average ensemble and ensemble of tragedies - #1048
10 new issues, 880 total
| Total | New | Outstanding | Fixed | Trend |
|---|---|---|---|---|
| 880 | 10 | 870 | 3 | 👎 |
Reference build: climada_branches » develop #1292
Details
Severity distribution of new issues
| Error | Warning High | Warning Normal | Warning Low |
|---|---|---|---|
| 0 | 0 | 1 | 9 |
Annotations
Check warning on line 292 in climada/util/calibrate/ensemble.py
jenkins-wcr / Pylint
too-complex
LOW:
'plot_shiny' is too complex. The McCabe rating is 11
Raw output
no description found
Check warning on line 287 in climada/util/calibrate/ensemble.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 292 in climada/util/calibrate/ensemble.py
jenkins-wcr / Pylint
too-many-arguments
LOW:
Too many arguments (8/7)
Raw output
Used when a function or method takes too many arguments.
Check warning on line 292 in climada/util/calibrate/ensemble.py
jenkins-wcr / Pylint
too-many-positional-arguments
LOW:
Too many positional arguments (8/5)
Raw output
no description found
Check warning on line 292 in climada/util/calibrate/ensemble.py
jenkins-wcr / Pylint
too-many-locals
LOW:
Too many local variables (23/15)
Raw output
Used when a function or method has too many local variables.
Check warning on line 361 in climada/util/calibrate/ensemble.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 418 in climada/util/calibrate/ensemble.py
jenkins-wcr / Pylint
too-many-positional-arguments
LOW:
Too many positional arguments (6/5)
Raw output
no description found
Check warning on line 418 in climada/util/calibrate/ensemble.py
jenkins-wcr / Pylint
too-many-locals
LOW:
Too many local variables (18/15)
Raw output
Used when a function or method has too many local variables.
Check warning on line 457 in climada/util/calibrate/ensemble.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 674 in climada/util/calibrate/bayesian_optimizer.py
jenkins-wcr / Pylint
logging-fstring-interpolation
NORMAL:
Use lazy % formatting in logging functions
Raw output
no description found