Skip to content

Merge branch 'develop' into cross-calibrate-impact-functions

Jenkins - WCR / Pylint succeeded Dec 20, 2024 in 0s

26 new issues, 917 total

Total New Outstanding Fixed Trend
917 26 891 0 👎

Reference build: climada_branches » develop #1208

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 12 14

Annotations

Check warning on line 535 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

fixme

NORMAL:
# TODO: Tragedy: Localize exposure and hazards!
Raw output
no description found

Check warning on line 50 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

invalid-name

LOW:
Variable 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 50 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

invalid-name

LOW:
Variable 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 56 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

redefined-builtin

NORMAL:
Redefining built-in 'input'
Raw output
Used when a variable or function override a built-in.

Check warning on line 66 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

broad-exception-caught

NORMAL:
Catching too general exception Exception
Raw output
no description found

Check warning on line 77 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

missing-function-docstring

LOW:
Missing function or method docstring
Raw output
no description found

Check warning on line 77 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

redefined-builtin

NORMAL:
Redefining built-in 'input'
Raw output
Used when a variable or function override a built-in.

Check warning on line 101 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

missing-class-docstring

LOW:
Missing class docstring
Raw output
no description found

Check warning on line 181 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr 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 186 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-locals

LOW:
Too many local variables (17/15)
Raw output
Used when a function or method has too many local variables.

Check warning on line 191 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

redefined-builtin

NORMAL:
Redefining built-in 'input'
Raw output
Used when a variable or function override a built-in.

Check warning on line 217 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr 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 255 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-positional-arguments

LOW:
Too many positional arguments (7/5)
Raw output
no description found

Check warning on line 255 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-locals

LOW:
Too many local variables (20/15)
Raw output
Used when a function or method has too many local variables.

Check warning on line 260 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

redefined-builtin

NORMAL:
Redefining built-in 'input'
Raw output
Used when a variable or function override a built-in.

Check warning on line 278 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr 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 260 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

unused-argument

NORMAL:
Unused argument 'input'
Raw output
Used when a function or method argument is not used.

Check warning on line 278 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

unused-variable

NORMAL:
Unused variable 'fig'
Raw output
Used when a variable is defined but not used.

Check warning on line 304 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

empty-docstring

LOW:
Empty class docstring
Raw output
Used when a module, function, class or method has an empty docstring (it wouldbe too easy ;).

Check warning on line 381 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

empty-docstring

LOW:
Empty method docstring
Raw output
Used when a module, function, class or method has an empty docstring (it wouldbe too easy ;).

Check warning on line 395 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

empty-docstring

LOW:
Empty class docstring
Raw output
Used when a module, function, class or method has an empty docstring (it wouldbe too easy ;).

Check warning on line 402 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

arguments-differ

NORMAL:
Number of parameters was 1 in 'EnsembleOptimizer.__post_init__' and is now 4 in overriding 'AverageEnsembleOptimizer.__post_init__' method
Raw output
Used when a method has a different number of arguments than in the implementedinterface or in an overridden method.

Check warning on line 425 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

redefined-builtin

NORMAL:
Redefining built-in 'input'
Raw output
Used when a variable or function override a built-in.

Check warning on line 431 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

empty-docstring

LOW:
Empty class docstring
Raw output
Used when a module, function, class or method has an empty docstring (it wouldbe too easy ;).

Check warning on line 437 in climada/util/calibrate/cross_calibrate.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

arguments-differ

NORMAL:
Number of parameters was 1 in 'EnsembleOptimizer.__post_init__' and is now 3 in overriding 'TragedyEnsembleOptimizer.__post_init__' method
Raw output
Used when a method has a different number of arguments than in the implementedinterface or in an overridden method.