https://github.com/GPflow/GPflow
Revision 5b7653685e5c4f2d85102cbac529c7851e9633b5 authored by John Mcleod on 06 April 2021, 09:31:52 UTC, committed by GitHub on 06 April 2021, 09:31:52 UTC
1 parent 405eb97
Raw File
Tip revision: 5b7653685e5c4f2d85102cbac529c7851e9633b5 authored by John Mcleod on 06 April 2021, 09:31:52 UTC
Fix fallback inducing points with multioutput Kuf. (#1654)
Tip revision: 5b76536
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