https://github.com/GPflow/GPflow
Revision a5e17965ebe4a68d2c62c91e53190ac0a7f1f158 authored by vdutor on 07 January 2019, 09:51:43 UTC, committed by vdutor on 07 January 2019, 09:51:43 UTC
2 parent s 071fda5 + b855848
Raw File
Tip revision: a5e17965ebe4a68d2c62c91e53190ac0a7f1f158 authored by vdutor on 07 January 2019, 09:51:43 UTC
Merge branch 'vincent/broadcasting-mixing-conditional' of github.com:GPflow/GPflow into vincent/broadcasting-mixing-conditional
Tip revision: a5e1796
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