https://github.com/GPflow/GPflow
Revision f691dbdce26318316a123db82e04462d1d3e44f9 authored by ST John on 15 March 2021, 14:31:27 UTC, committed by ST John on 15 March 2021, 15:43:29 UTC
1 parent 7f86e63
Raw File
Tip revision: f691dbdce26318316a123db82e04462d1d3e44f9 authored by ST John on 15 March 2021, 14:31:27 UTC
optimize non-whitened SVGP model more strongly to get test_equivalence to pass
Tip revision: f691dbd
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