https://github.com/GPflow/GPflow
Revision e680397d43734d864d143c4263e63de8c8573984 authored by st-- on 17 March 2020, 09:27:35 UTC, committed by GitHub on 17 March 2020, 09:27:35 UTC
1 parent 516f97c
Raw File
Tip revision: e680397d43734d864d143c4263e63de8c8573984 authored by st-- on 17 March 2020, 09:27:35 UTC
log_prior -> log_prior_density (#1329)
Tip revision: e680397
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