Skip to content

Update climada/hazard/base.py

Jenkins - WCR / Pylint succeeded Jun 21, 2024 in 0s

2 new issues, 443 total

Total New Outstanding Fixed Trend
443 2 441 0 👎

Reference build: climada_branches » develop #1144

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 0 2

Annotations

Check warning on line 64 in climada/hazard/base.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

line-too-long

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

Check warning on line 47 in climada/hazard/base.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-public-methods

LOW:
Too many public methods (23/20)
Raw output
Used when class has too many public methods, try to reduce this to get asimpler (and so easier to use) class.