https://github.com/GPflow/GPflow
Revision 23959d3e085b28fe844c6517ef287250f5da1e0f authored by ST John on 15 April 2021, 16:58:48 UTC, committed by ST John on 15 April 2021, 16:58:48 UTC
2 parent s ec25ca6 + 591d90a
Raw File
Tip revision: 23959d3e085b28fe844c6517ef287250f5da1e0f authored by ST John on 15 April 2021, 16:58:48 UTC
Merge branch 'st/new_svgp-redesign' into st/posterior_with_linear_operators
Tip revision: 23959d3
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/source/notebooks/*"
back to top