https://github.com/GPflow/GPflow
Revision 0cf8024de6765cdbdfa1bfcbb3aa172d0c0eb5ac authored by Mark van der Wilk on 23 November 2017, 13:49:21 UTC, committed by Mark van der Wilk on 23 November 2017, 14:23:56 UTC
1 parent 8b3ced9
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: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
back to top