https://github.com/GPflow/GPflow
Revision 258e567c6eb066869613ee6f0baaa1824f7352ed authored by Jesper Nielsen on 30 August 2022, 13:18:08 UTC, committed by GitHub on 30 August 2022, 13:18:08 UTC
1 parent 7b989c8
Raw File
Tip revision: 258e567c6eb066869613ee6f0baaa1824f7352ed authored by Jesper Nielsen on 30 August 2022, 13:18:08 UTC
Rewrite GPRPosterior for numerical stability. (#1960)
Tip revision: 258e567
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/sphinx/notebooks/*"
back to top