https://github.com/GPflow/GPflow
Revision c3c3f0bba37c1fa894942159e7aecf03c0026156 authored by ST John on 04 February 2019, 12:00:01 UTC, committed by ST John on 04 February 2019, 12:00:01 UTC
1 parent 610c4c5
Raw File
Tip revision: c3c3f0bba37c1fa894942159e7aecf03c0026156 authored by ST John on 04 February 2019, 12:00:01 UTC
kern_list -> kernels
Tip revision: c3c3f0b
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