https://github.com/GPflow/GPflow
Revision 470920c6390ad98d0749f684071bb66f8f254ae8 authored by vdutor on 30 January 2019, 14:03:32 UTC, committed by vdutor on 30 January 2019, 14:03:32 UTC
1 parent a5add0f
Raw File
Tip revision: 470920c6390ad98d0749f684071bb66f8f254ae8 authored by vdutor on 30 January 2019, 14:03:32 UTC
Intro update and GPLVM start
Tip revision: 470920c
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