https://github.com/GPflow/GPflow
Revision 0af98cc7a6e68dfe79a6c948b4e094f011388575 authored by vdutor on 17 December 2018, 20:21:06 UTC, committed by vdutor on 17 December 2018, 20:21:06 UTC
1 parent 30df244
Raw File
Tip revision: 0af98cc7a6e68dfe79a6c948b4e094f011388575 authored by vdutor on 17 December 2018, 20:21:06 UTC
Test for broadcasting mixing kernels
Tip revision: 0af98cc
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