Skip to content

Optimize append and union methods to minimize repeated calls to append

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

1 new issue, 892 total

Total New Outstanding Fixed Trend
892 1 891 0 👎

Reference build: climada_branches » develop #1208

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 0 1

Annotations

Check warning on line 359 in climada/hazard/centroids/centr.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

invalid-name

LOW:
Variable name "cc" 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...).