https://github.com/GPflow/GPflow
Revision eb3ac3ef093b22b920358ec08a351cd56ca077c5 authored by uri-granta on 10 March 2022, 13:52:18 UTC, committed by GitHub on 10 March 2022, 13:52:18 UTC
Co-authored-by: Uri Granta <uri.granta@secondmind.io>
1 parent 457ddf8
Raw File
Tip revision: eb3ac3ef093b22b920358ec08a351cd56ca077c5 authored by uri-granta on 10 March 2022, 13:52:18 UTC
Speed up posterior computation (#1811)
Tip revision: eb3ac3e
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