https://github.com/GPflow/GPflow
Revision a5cc3a23b92576935eecf8817adf21436a83276f authored by st-- on 28 January 2019, 13:49:11 UTC, committed by GitHub on 28 January 2019, 13:49:11 UTC
Co-Authored-By: jameshensman <james.hensman@gmail.com>
1 parent 918a386
Raw File
Tip revision: a5cc3a23b92576935eecf8817adf21436a83276f authored by st-- on 28 January 2019, 13:49:11 UTC
typo fix in gpflow/models/sgpr.py
Tip revision: a5cc3a2
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