Skip to content

Merge branch 'develop' into feature/from_netcdf_fast

8139460
Select commit
Loading
Failed to load commit list.
Merged

Feature/from netcdf fast #993

Merge branch 'develop' into feature/from_netcdf_fast
8139460
Select commit
Loading
Failed to load commit list.
Jenkins - WCR / Pylint succeeded Feb 12, 2025 in 0s

4 new issues, 892 total

Total New Outstanding Fixed Trend
892 4 888 2 👎

Reference build: climada_branches » develop #1218

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 0 4

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 1624 in climada/hazard/tc_tracks.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

invalid-name

LOW:
Method name "from_FAST" 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 1624 in climada/hazard/tc_tracks.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-locals

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

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

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

unnecessary-lambda-assignment

LOW:
Lambda expression assigned to a variable. Define a function using the "def" keyword instead.
Raw output
no description found