https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: b75f07926f000e840736c64ae00dabc8859d7421 authored by Tomas Lovato on 30 July 2021, 09:42:58 UTC
write to taylor csv file OBS statistics for std,mean, min-max range
Tip revision: b75f079
.codacy.yml
# codacy configuration file

---

engines:
    coverage:
        enabled: true
        exclude_paths: [
            'tests',
        ]
    metrics:
        enabled: true
    duplication:
        enabled: true
    prospector:
        enabled: true
    pylint:
        enabled: true
        python_version: 3

exclude_paths: [
    'doc/sphinx/**',
    'esmvaltool/cmor/tables/**',
    'tests/**'
]
back to top