https://github.com/GPflow/GPflow
Revision 00674d43306785daf965a79320db592af74e3966 authored by Hugh Salimbeni on 08 March 2018, 18:33:07 UTC, committed by Hugh Salimbeni on 08 March 2018, 18:33:07 UTC
2 parent s 4edfd9d + 83f52d4
Raw File
Tip revision: 00674d43306785daf965a79320db592af74e3966 authored by Hugh Salimbeni on 08 March 2018, 18:33:07 UTC
Merge branch 'awav/natural-gradient-optimizer' of https://github.com/GPflow/GPflow into awav/natural-gradient-optimizer
Tip revision: 00674d4
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