Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/from netcdf fast #993

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from

Update test_tc_tracks.py

1504128
Select commit
Loading
Failed to load commit list.
Open

Feature/from netcdf fast #993

Update test_tc_tracks.py
1504128
Select commit
Loading
Failed to load commit list.
Jenkins - WCR / Pylint succeeded Jan 27, 2025 in 0s

4 new issues, 893 total

Total New Outstanding Fixed Trend
893 4 889 2 👎

Reference build: climada_branches » develop #1214

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 "define_tc_category_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 1660 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 2826 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