https://github.com/GPflow/GPflow
Revision f81c694b8564fff548a763642d142d12fa785cc3 authored by Alan Saul on 28 January 2019, 14:07:42 UTC, committed by Alan Saul on 28 January 2019, 14:07:42 UTC
1 parent 146dfc9
Raw File
Tip revision: f81c694b8564fff548a763642d142d12fa785cc3 authored by Alan Saul on 28 January 2019, 14:07:42 UTC
Added module level descriptions of likelihoods and kernels, fixed table in intro, and added auto-detection of modules with auto-members
Tip revision: f81c694
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