Skip to content

Zarr support (backend, in esmvalcore.preprocessor._io.py)#2785

Merged
valeriupredoi merged 81 commits into
mainfrom
zarr_support
Jul 31, 2025
Merged

Zarr support (backend, in esmvalcore.preprocessor._io.py)#2785
valeriupredoi merged 81 commits into
mainfrom
zarr_support

remove unneeded import

fb7712a
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jul 25, 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
======
- Added 3
           

Complexity decreasing per file
==============================
+ esmvalcore/preprocessor/_io.py  -1
         

See the complete overview on Codacy

Annotations

Check warning on line 110 in esmvalcore/preprocessor/_io.py

See this annotation in the file changed.

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

esmvalcore/preprocessor/_io.py#L110

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

Check warning on line 143 in esmvalcore/preprocessor/_io.py

See this annotation in the file changed.

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

esmvalcore/preprocessor/_io.py#L143

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

Check notice on line 154 in esmvalcore/preprocessor/_io.py

See this annotation in the file changed.

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

esmvalcore/preprocessor/_io.py#L154

Possibly using variable 'zarr_xr' before assignment (possibly-used-before-assignment)