https://github.com/GPflow/GPflow
Revision bc68c52e675eea798de6951987425ae286cb592a authored by Artem Artemev on 07 November 2019, 11:47:20 UTC, committed by GitHub on 07 November 2019, 11:47:20 UTC
1 parent 76f6427
Raw File
Tip revision: bc68c52e675eea798de6951987425ae286cb592a authored by Artem Artemev on 07 November 2019, 11:47:20 UTC
Move positive and triangular to bijectors utilities (#1131)
Tip revision: bc68c52
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