https://github.com/GPflow/GPflow
Revision 55690c705317e56a93897958c72a0118d36dc0d9 authored by John Mcleod on 17 May 2021, 12:39:53 UTC, committed by GitHub on 17 May 2021, 12:39:53 UTC
1 parent b93548d
Raw File
Tip revision: 55690c705317e56a93897958c72a0118d36dc0d9 authored by John Mcleod on 17 May 2021, 12:39:53 UTC
Fix unit test which fails when running with TensorFlow 2.5.0 (#1684)
Tip revision: 55690c7
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