https://github.com/GPflow/GPflow
Revision 038595385bf6e9d95075261b2d89b406c243c519 authored by Sergio Diaz on 18 March 2019, 15:01:35 UTC, committed by Sergio Diaz on 18 March 2019, 15:01:35 UTC
2 parent s 4af2664 + 520f15d
Raw File
Tip revision: 038595385bf6e9d95075261b2d89b406c243c519 authored by Sergio Diaz on 18 March 2019, 15:01:35 UTC
Merge branch 'awav/gpflow-2.0' into sergio_pasc/gpflow-2.0/move-predict-tests
Tip revision: 0385953
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