Skip to content

Feature/relative matching distance - #1080

Merged
chahank merged 117 commits into
developfrom
feature/relative_matching_distance
Sep 25, 2025
Merged

Feature/relative matching distance#1080
chahank merged 117 commits into
developfrom
feature/relative_matching_distance

Resolve linter issue

fed482c
Select commit
Loading
Failed to load commit list.
Jenkins - WCR / Pylint succeeded Sep 25, 2025 in 0s

7 new issues, 875 total

Total New Outstanding Fixed Trend
875 7 868 3 👎

Reference build: climada_branches » develop #1281

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 2 5

Annotations

Check warning on line 1270 in climada/util/coordinates.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

line-too-long

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

Check warning on line 1271 in climada/util/coordinates.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 175 in climada/util/coordinates.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

bare-except

NORMAL:
No exception type(s) specified
Raw output
Used when an except clause doesn't specify exceptions type to catch.

Check warning on line 1175 in climada/util/coordinates.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

invalid-name

LOW:
Argument name "km" 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 1685 in climada/util/coordinates.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-locals

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

Check warning on line 621 in climada/entity/exposures/base.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

line-too-long

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

Check warning on line 138 in climada/engine/impact_calc.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

fixme

NORMAL:
TODO: consider refactoring, making use of Exposures.hazard_impf
Raw output
no description found