https://github.com/GPflow/GPflow
Revision 47d119dde1f1a284d296d272bd2df4fb228398fa authored by James Hensman on 28 February 2018, 09:59:45 UTC, committed by James Hensman on 28 February 2018, 09:59:45 UTC
1 parent 5809cb0
Raw File
Tip revision: 47d119dde1f1a284d296d272bd2df4fb228398fa authored by James Hensman on 28 February 2018, 09:59:45 UTC
more tests for lowerTriangular transofrms
Tip revision: 47d119d
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