Skip to content

Add shapes argument to geo_im_from_array() in climada.util.plot (#805)

This check has been archived and is scheduled for deletion. Learn more about checks retention
Jenkins - WCR / Pylint succeeded Nov 18, 2023 in 0s

6 new issues, 422 total

Total New Outstanding Fixed Trend
422 6 416 5 👎

Reference build: climada_ci_night #664

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 0 6

Annotations

Check warning on line 254 in climada/util/plot.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

line-too-long

LOW:
Line too long (107/100)
Raw output
Used when a line is longer than a given number of characters.

Check warning on line 253 in climada/util/plot.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-complex

LOW:
'geo_im_from_array' is too complex. The McCabe rating is 15
Raw output
no description found

Check warning on line 253 in climada/util/plot.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-arguments

LOW:
Too many arguments (10/7)
Raw output
Used when a function or method takes too many arguments.

Check warning on line 253 in climada/util/plot.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-locals

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

Check warning on line 253 in climada/util/plot.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-branches

LOW:
Too many branches (16/12)
Raw output
Used when a function or method has too many branches, making it hard tofollow.

Check warning on line 253 in climada/util/plot.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-statements

LOW:
Too many statements (54/50)
Raw output
Used when a function or method has too many statements. You should then splitit in smaller functions / methods.