Skip to content

Merge remote-tracking branch 'origin/main' into grouping_for_fix_meta…

cabc32c
Select commit
Loading
Failed to load commit list.
Draft

Allow grouping input cubes by date (instead of filename) for fix_metadata #2551

Merge remote-tracking branch 'origin/main' into grouping_for_fix_meta…
cabc32c
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action May 28, 2025 in 0s

3 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 2
- Added 3
           

Coverage increased per file
===========================
+ esmvalcore/cmor/_fixes/fix.py  0.004
         

Coverage decreased per file
===========================
- esmvalcore/cmor/fix.py  -12.195
- esmvalcore/cmor/_fixes/native6/era5.py  -2.128
- esmvalcore/preprocessor/_dask_progress.py  -0.84
         

Complexity increasing per file
==============================
- esmvalcore/cmor/fix.py  1
         

See the complete overview on Codacy

Annotations

Check notice on line 446 in esmvalcore/cmor/_fixes/native6/era5.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

esmvalcore/cmor/_fixes/native6/era5.py#L446

Call to untyped function "fix_metadata" in typed context. (no-untyped-call)

Check notice on line 538 in esmvalcore/cmor/_fixes/native6/era5.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

esmvalcore/cmor/_fixes/native6/era5.py#L538

AllVars._fix_coordinates is too complex (13) (MC0001)

Check notice on line 538 in esmvalcore/cmor/_fixes/native6/era5.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

esmvalcore/cmor/_fixes/native6/era5.py#L538

Function is missing a type annotation. (no-untyped-def)