https://github.com/GPflow/GPflow
Revision cc1d9d98cb4f59674f103ec4d94ad9181af29969 authored by ST John on 15 April 2021, 09:18:28 UTC, committed by ST John on 15 April 2021, 09:18:28 UTC
This reverts commit a9d889beeb63701793a978e45f5a2b2cbeed7a03.
1 parent 514ad70
Raw File
Tip revision: cc1d9d98cb4f59674f103ec4d94ad9181af29969 authored by ST John on 15 April 2021, 09:18:28 UTC
Revert "Experiment: use the caching rather than fused predict_f in SVGP"
Tip revision: cc1d9d9
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