https://github.com/GPflow/GPflow
Revision ff07c9c56a986cd21e94810713cbeb50aa74b483 authored by stefanos on 17 December 2020, 19:07:39 UTC, committed by stefanos on 17 December 2020, 19:07:39 UTC
1 parent 23e532a
Raw File
Tip revision: ff07c9c56a986cd21e94810713cbeb50aa74b483 authored by stefanos on 17 December 2020, 19:07:39 UTC
wip for more general predict_f
Tip revision: ff07c9c
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