Skip to content

Fixed return type of get_table

508452f
Select commit
Loading
Failed to load commit list.
Draft

Add support for reading and processing input4MIPs data #2774

Fixed return type of get_table
508452f
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jul 15, 2025 in 0s

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

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

Issues
======
+ Solved 9
- Added 6
           

Coverage decreased per file
===========================
- esmvalcore/cmor/table.py  -0.131
- esmvalcore/dataset.py  -0.234
         

See the complete overview on Codacy

Annotations

Check warning on line 63 in esmvalcore/cmor/table.py

See this annotation in the file changed.

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

esmvalcore/cmor/table.py#L63

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

Check warning on line 412 in esmvalcore/cmor/table.py

See this annotation in the file changed.

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

esmvalcore/cmor/table.py#L412

Returning Any from function declared to return "VariableInfo | None". (no-any-return)

Check warning on line 156 in esmvalcore/config/_config.py

See this annotation in the file changed.

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

esmvalcore/config/_config.py#L156

Item "CMIP3Info" of "CMIP3Info | CMIP5Info | CMIP6Info | Input4MIPsInfo | CustomInfo" has no attribute "activities". (union-attr)

Check warning on line 164 in esmvalcore/config/_config.py

See this annotation in the file changed.

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

esmvalcore/config/_config.py#L164

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

Check warning on line 169 in esmvalcore/config/_config.py

See this annotation in the file changed.

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

esmvalcore/config/_config.py#L169

Item "CMIP3Info" of "CMIP3Info | CMIP5Info | CMIP6Info | Input4MIPsInfo | CustomInfo" has no attribute "dataset_categories". (union-attr)

Check warning on line 693 in esmvalcore/dataset.py

See this annotation in the file changed.

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

esmvalcore/dataset.py#L693

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