Skip to content

add function compute grid cell area

Jenkins - WCR / Pylint succeeded Feb 10, 2025 in 0s

5 new issues, 894 total

Total New Outstanding Fixed Trend
894 5 889 2 👎

Reference build: climada_branches » develop #1215

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 2 3

Annotations

Check warning on line 645 in climada/hazard/tc_tracks.py

See this annotation in the file changed.

@jenkins-wcr 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 2873 in climada/hazard/tc_tracks.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-positional-arguments

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

Check warning on line 2925 in climada/hazard/tc_tracks.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

f-string-without-interpolation

NORMAL:
Using an f-string that does not have any interpolated variables
Raw output
no description found

Check warning on line 3017 in climada/hazard/tc_tracks.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

invalid-name

LOW:
Variable name "R" 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 51 in climada/hazard/tc_tracks.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

unused-import

NORMAL:
Unused csr_matrix imported from scipy.sparse
Raw output
Used when an imported module or variable is not used.