https://github.com/GPflow/GPflow
Revision 8523f4d51e71022d4901cc41513a59065ec540a0 authored by ST John on 02 February 2021, 17:58:16 UTC, committed by ST John on 02 February 2021, 17:58:16 UTC
1 parent 3ff7923
Raw File
Tip revision: 8523f4d51e71022d4901cc41513a59065ec540a0 authored by ST John on 02 February 2021, 17:58:16 UTC
route all conditionals() through Posterior objects: fused_predict_f
Tip revision: 8523f4d
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top