https://github.com/GPflow/GPflow
Raw File
Tip revision: cf7dc6db80e70c21ba245e48a76f358f7849de87 authored by ST John on 12 November 2020, 16:19:07 UTC
Allow gpflow.utilities.triangular() to return FillScaleTriL
Tip revision: cf7dc6d
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