https://github.com/GPflow/GPflow
Revision 653babe5c35a4f70308804bb90266e3cec22316a authored by Hugh Salimbeni on 08 March 2018, 12:12:55 UTC, committed by Hugh Salimbeni on 08 March 2018, 12:12:55 UTC
1 parent fa79152
Raw File
Tip revision: 653babe5c35a4f70308804bb90266e3cec22316a authored by Hugh Salimbeni on 08 March 2018, 12:12:55 UTC
added nat grads tests
Tip revision: 653babe
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