https://github.com/GPflow/GPflow
Revision 601401188fc666286d8c2c10fa422e58589e8ebf authored by James Hensman on 14 March 2018, 11:48:31 UTC, committed by GitHub on 14 March 2018, 11:48:31 UTC
2 parent s 2a41df8 + 0bb77c3
Raw File
Tip revision: 601401188fc666286d8c2c10fa422e58589e8ebf authored by James Hensman on 14 March 2018, 11:48:31 UTC
Merge branch 'master' into awav/natural-gradient-optimizer
Tip revision: 6014011
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