https://github.com/GPflow/GPflow
Revision 23e532ada11f80d9234ec500cb0a29f47d5e21ba authored by ST John on 17 December 2020, 14:56:20 UTC, committed by ST John on 17 December 2020, 14:56:20 UTC
1 parent 1337995
Raw File
Tip revision: 23e532ada11f80d9234ec500cb0a29f47d5e21ba authored by ST John on 17 December 2020, 14:56:20 UTC
enable gradient flow through posterior for training
Tip revision: 23e532a
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