Skip to content

Fix DOI link in Impact Calculations (citation.rst) - #1082

Merged
emanuel-schmid merged 1 commit into
developfrom
feature/fix_DOI_hazards_zl
Aug 8, 2025
Merged

Fix DOI link in Impact Calculations (citation.rst)#1082
emanuel-schmid merged 1 commit into
developfrom
feature/fix_DOI_hazards_zl

Fix DOI link hazards in citation.rst

54d9a75
Select commit
Loading
Failed to load commit list.
Jenkins - WCR / Pylint succeeded Aug 8, 2025 in 0s

4 new issues, 883 total

Total New Outstanding Fixed Trend
883 4 879 5 👍

Reference build: climada_branches » develop #1264

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 0 4

Annotations

Check warning on line 483 in climada/hazard/storm_europe.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

consider-using-in

LOW:
Consider merging these comparisons with 'in' by using 'run_datetime.hour in (0, 12)'. Use a set instead if elements are hashable.
Raw output
no description found

Check warning on line 144 in climada/hazard/trop_cyclone/trop_cyclone.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-arguments

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

Check warning on line 144 in climada/hazard/trop_cyclone/trop_cyclone.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-positional-arguments

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

Check warning on line 144 in climada/hazard/trop_cyclone/trop_cyclone.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-locals

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