https://github.com/GPflow/GPflow
Revision fa1c151c9db82ddd228642625490a00e6773af19 authored by Hugh Salimbeni on 21 November 2018, 16:14:18 UTC, committed by GitHub on 21 November 2018, 16:14:18 UTC
1 parent 14423f0
Raw File
Tip revision: fa1c151c9db82ddd228642625490a00e6773af19 authored by Hugh Salimbeni on 21 November 2018, 16:14:18 UTC
broadcasting conditionals
Tip revision: fa1c151
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top