https://github.com/GPflow/GPflow
Revision 7610f98ef42f8f8fbea0f6a956485c824db40bbc authored by Ayman Boustati on 28 January 2019, 18:44:04 UTC, committed by Ayman Boustati on 28 January 2019, 18:44:04 UTC
1 parent d9fa6a9
Raw File
Tip revision: 7610f98ef42f8f8fbea0f6a956485c824db40bbc authored by Ayman Boustati on 28 January 2019, 18:44:04 UTC
Cleaned up SVGP Notebook
Tip revision: 7610f98
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