https://github.com/GPflow/GPflow
Raw File
Tip revision: 0cf8024de6765cdbdfa1bfcbb3aa172d0c0eb5ac authored by Mark van der Wilk on 23 November 2017, 13:49:21 UTC
Fixed SVGP minibatch issue, plus regression test.
Tip revision: 0cf8024
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