https://github.com/GPflow/GPflow
Revision 15e4f59d28f1ae93ab38cb572dc654be186e16a4 authored by ST John on 14 April 2018, 22:19:48 UTC, committed by ST John on 14 April 2018, 22:19:48 UTC
2 parent s c3e44f4 + 8a412f6
Raw File
Tip revision: 15e4f59d28f1ae93ab38cb572dc654be186e16a4 authored by ST John on 14 April 2018, 22:19:48 UTC
Merge branch 'master' of https://github.com/GPflow/GPflow into john-bradshaw/derivative-observations
Tip revision: 15e4f59
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