Revision 6de5089c0a6b67ec5f881cde22b4f0e8e3d81e00 authored by sloosvel on 06 May 2022, 13:59:18 UTC, committed by GitHub on 06 May 2022, 13:59:18 UTC
* Compute bias

* Remove unused import

* Change plot lim range

* Remove Mediterranean region, pending to update script path

* Compute absolute bias and change scale

* Fix typo

* Compute std_dev

* Fix style issues

* Fix codacy

* Fix 365_day datasets

* Clean

* Fix identation

* Fix flake

* Fix docstrings

* Update docs

* Update docu with suggestions
1 parent 2cf0628
Raw File
.stickler.yml
# stickler-ci configuration

---

linters:
    flake8:
    pep8:
    yamllint:
    shellcheck:
files:
    ignore: [
        'doc/sphinx',
        'esmvaltool/doc/sphinx',
        # ignore old stuff, recent versions are in 'esmvaltool' dir
        'backend',
        'diag_scripts',
        'interface_data',
        'interface_scripts',
        'main.py',
        'nml',
        'plot_scripts',
        'reformat_scripts',
        'variable_defs',
    ]
back to top