https://github.com/GPflow/GPflow
Revision 4f1faf11ce53037efcdd3ed60be52646c3206222 authored by Sergio Diaz on 10 September 2019, 15:11:24 UTC, committed by Sergio Diaz on 10 September 2019, 15:11:24 UTC
1 parent 105653a
Raw File
Tip revision: 4f1faf11ce53037efcdd3ed60be52646c3206222 authored by Sergio Diaz on 10 September 2019, 15:11:24 UTC
SGPR and FITC updated
Tip revision: 4f1faf1
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