https://github.com/GPflow/GPflow
Revision 30df2442dcdb721c591997282cd091863e56982d authored by vdutor on 17 December 2018, 17:18:43 UTC, committed by vdutor on 17 December 2018, 17:18:43 UTC
1 parent 88673b8
Raw File
Tip revision: 30df2442dcdb721c591997282cd091863e56982d authored by vdutor on 17 December 2018, 17:18:43 UTC
test for mixing latent gps
Tip revision: 30df244
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"
  - "doc/source/notebooks/*"
back to top