https://github.com/GPflow/GPflow
Raw File
Tip revision: bf3bd5f430ac2aaf55e76bb5820a0002060ece14 authored by johnamcleod on 23 August 2021, 09:48:13 UTC
Use HeteroskedasticTFP likelihood
Tip revision: bf3bd5f
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