https://github.com/GPflow/GPflow
Revision 19e1c74e94b47f3a5eff44f75d41c2291e3f7b10 authored by James Hensman on 28 January 2019, 13:47:51 UTC, committed by James Hensman on 28 January 2019, 13:47:51 UTC
1 parent 972965c
Raw File
Tip revision: 19e1c74e94b47f3a5eff44f75d41c2291e3f7b10 authored by James Hensman on 28 January 2019, 13:47:51 UTC
improvements for kernel docstrings
Tip revision: 19e1c74
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