https://github.com/GPflow/GPflow
Revision 62112229ae89564abd78ec0a55bc02d3a09f7140 authored by Mark van der Wilk on 24 November 2017, 17:32:37 UTC, committed by GitHub on 24 November 2017, 17:32:37 UTC
1 parent 6a5e6a0
Raw File
Tip revision: 62112229ae89564abd78ec0a55bc02d3a09f7140 authored by Mark van der Wilk on 24 November 2017, 17:32:37 UTC
Improve docstring.
Tip revision: 6211222
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"
back to top