https://github.com/GPflow/GPflow
Revision ec62e556d666720029f9d69388c7eecef73df77d authored by Sergio Diaz on 19 March 2019, 17:10:54 UTC, committed by Sergio Diaz on 19 March 2019, 17:10:54 UTC
1 parent 23ac69b
Raw File
Tip revision: ec62e556d666720029f9d69388c7eecef73df77d authored by Sergio Diaz on 19 March 2019, 17:10:54 UTC
Final changes for tests for multioutput GPs
Tip revision: ec62e55
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