https://github.com/GPflow/GPflow
Revision ca89ac6fa96e9fed6049dec32b4f35703185ab6d authored by Fergus on 23 August 2021, 11:38:28 UTC, committed by GitHub on 23 August 2021, 11:38:28 UTC
Use HeteroskedasticTFP likelihood
2 parent s 7917b42 + bf3bd5f
Raw File
Tip revision: ca89ac6fa96e9fed6049dec32b4f35703185ab6d authored by Fergus on 23 August 2021, 11:38:28 UTC
Merge pull request #1707 from GPflow/john/linear
Tip revision: ca89ac6
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