https://github.com/GPflow/GPflow
Revision d5e7bc15b3421a0cf4bec57cd940333d66732781 authored by vdutor on 27 November 2018, 20:49:56 UTC, committed by vdutor on 27 November 2018, 20:49:56 UTC
1 parent 052841e
Raw File
Tip revision: d5e7bc15b3421a0cf4bec57cd940333d66732781 authored by vdutor on 27 November 2018, 20:49:56 UTC
broadcasting base conditional with Inducing Point features
Tip revision: d5e7bc1
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