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

Remove attribute-style accesses to (Geo)DataFrames columns and xarray Datasets variables and attributes #939

Merged
merged 14 commits into from
Sep 9, 2024

Merge branch 'develop' into feature/remove_attribute-style_accesses

bd87b6c
Select commit
Loading
Failed to load commit list.
Merged

Remove attribute-style accesses to (Geo)DataFrames columns and xarray Datasets variables and attributes #939

Merge branch 'develop' into feature/remove_attribute-style_accesses
bd87b6c
Select commit
Loading
Failed to load commit list.
Jenkins - WCR / Pylint succeeded Sep 9, 2024 in 0s

1 new issue, 463 total

Total New Outstanding Fixed Trend
463 1 462 4 👍

Reference build: climada_branches » develop #1174

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 0 1

Annotations

Check warning on line 470 in climada/engine/impact_data.py

See this annotation in the file changed.

@jenkins-wcr jenkins-wcr / Pylint

too-many-nested-blocks

LOW:
Too many nested blocks (6/5)
Raw output
Used when a function or a method has too many nested blocks. This makes thecode less understandable and maintainable.