https://github.com/GPflow/GPflow
Revision 4ed6aa507fc72660b3452f8e03582b9b083658c7 authored by James Hensman on 28 February 2018, 11:43:03 UTC, committed by James Hensman on 28 February 2018, 11:43:03 UTC
1 parent 47d119d
Raw File
Tip revision: 4ed6aa507fc72660b3452f8e03582b9b083658c7 authored by James Hensman on 28 February 2018, 11:43:03 UTC
even more triangular_transform tests
Tip revision: 4ed6aa5
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