https://github.com/GPflow/GPflow
Revision 9823db83905e56c69b6533d3dcea48a14eee3bd6 authored by Sergio Diaz on 12 March 2019, 16:06:29 UTC, committed by Sergio Diaz on 12 March 2019, 16:06:29 UTC
1 parent 8de76f3
Raw File
Tip revision: 9823db83905e56c69b6533d3dcea48a14eee3bd6 authored by Sergio Diaz on 12 March 2019, 16:06:29 UTC
First few changes for test_predict
Tip revision: 9823db8
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