swh:1:snp:6298e170750eb9cfb13fbd6f84b11ca6a6738b27
Raw File
Tip revision: 995dc82850d15dc3768aac5ed538f45fc6b57267 authored by Jesper Nielsen on 14 June 2022, 15:50:58 UTC
Add support for heteroscedastic models.
Tip revision: 995dc82
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/sphinx/notebooks/*"
back to top