https://github.com/GPflow/GPflow
Revision e5284cb314b041c7af5c2d177b0b3ad5ac541312 authored by James Hensman on 28 January 2019, 12:14:16 UTC, committed by James Hensman on 28 January 2019, 12:14:16 UTC
1 parent d8cd7ae
Raw File
Tip revision: e5284cb314b041c7af5c2d177b0b3ad5ac541312 authored by James Hensman on 28 January 2019, 12:14:16 UTC
some eidts to the GPR docstring and call signature
Tip revision: e5284cb
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