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

on-the-fly cmoriser for ACCESS native data #2430

Open
wants to merge 68 commits into
base: main
Choose a base branch
from

add test

f7081ba
Select commit
Loading
Failed to load commit list.
Open

on-the-fly cmoriser for ACCESS native data #2430

add test
f7081ba
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jun 20, 2024 in 0s

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

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

Issues
======
- Added 2
           

Complexity increasing per file
==============================
- esmvalcore/cmor/_fixes/access/access_esm.py  6
         

See the complete overview on Codacy

Annotations

Check notice on line 39 in esmvalcore/cmor/_fixes/access/access_esm.py

See this annotation in the file changed.

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

esmvalcore/cmor/_fixes/access/access_esm.py#L39

Use of eval (eval-used)

Check warning on line 39 in esmvalcore/cmor/_fixes/access/access_esm.py

See this annotation in the file changed.

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

esmvalcore/cmor/_fixes/access/access_esm.py#L39

Use of possibly insecure function - consider using safer ast.literal_eval.