Add an iris-esmf-regrid based regridding scheme #2457
4 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 4
Complexity increasing per file
==============================
- esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py 31
- esmvalcore/preprocessor/regrid_schemes.py 8
- esmvalcore/preprocessor/_regrid.py 123
- setup.py 18
See the complete overview on Codacy
Annotations
Check notice on line 37 in esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py
codacy-production / Codacy Static Code Analysis
esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py#L37
trailing whitespace (W291)
Check notice on line 111 in esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py
codacy-production / Codacy Static Code Analysis
esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py#L111
Too many arguments (8/5) (too-many-arguments)
Check notice on line 129 in esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py
codacy-production / Codacy Static Code Analysis
esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py#L129
The if expression can be replaced with 'not test' (simplifiable-if-expression)
Check notice on line 131 in esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py
codacy-production / Codacy Static Code Analysis
esmvalcore/preprocessor/_regrid_iris_esmf_regrid.py#L131
The if expression can be replaced with 'not test' (simplifiable-if-expression)