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

Ensure csr matrices are in "canonical format" before impact calculation #893

Merged
merged 15 commits into from
Jul 17, 2024

Update unit tests for matrix pruning and checks

71ce00e
Select commit
Loading
Failed to load commit list.
Merged

Ensure csr matrices are in "canonical format" before impact calculation #893

Update unit tests for matrix pruning and checks
71ce00e
Select commit
Loading
Failed to load commit list.
Jenkins - WCR / Pylint succeeded Jun 21, 2024 in 0s

1 new issue, 443 total

Total New Outstanding Fixed Trend
443 1 442 0 👎

Reference build: climada_branches » develop #1145

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 0 1

Annotations

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.