https://github.com/GPflow/GPflow
Revision a6fd330d365280a5aedee4bee8a0bac20a1f7234 authored by James Hensman on 14 October 2019, 11:31:37 UTC, committed by James Hensman on 14 October 2019, 11:31:37 UTC
1 parent fc7e5a6
Raw File
Tip revision: a6fd330d365280a5aedee4bee8a0bac20a1f7234 authored by James Hensman on 14 October 2019, 11:31:37 UTC
some work on get_posterior for SGPR
Tip revision: a6fd330
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top