https://github.com/GPflow/GPflow
Revision f30d42c0b3076d889bc44a9e13940100ba5ef52a authored by Fergus on 09 February 2020, 16:37:22 UTC, committed by GitHub on 09 February 2020, 16:37:22 UTC
1 parent 056e59f
Raw File
Tip revision: f30d42c0b3076d889bc44a9e13940100ba5ef52a authored by Fergus on 09 February 2020, 16:37:22 UTC
Priors on constrained and unconstrained parts of a parameter (#1177)
Tip revision: f30d42c
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