https://github.com/GPflow/GPflow
Raw File
Tip revision: 2b0999ebc4d6e81c567fd9d0f7b3d78c1b8fd136 authored by frgsimpson on 29 June 2022, 15:38:42 UTC
Adjust sgpr to support likelihood variance in vector form
Tip revision: 2b0999e
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