https://github.com/GPflow/GPflow
Revision 01206e1d4f8b87ca27fb8827c63010146b50513f authored by Hugh Salimbeni on 21 November 2018, 16:04:57 UTC, committed by Hugh Salimbeni on 21 November 2018, 16:04:57 UTC
2 parent s bd6c66d + 0c3e151
Raw File
Tip revision: 01206e1d4f8b87ca27fb8827c63010146b50513f authored by Hugh Salimbeni on 21 November 2018, 16:04:57 UTC
Merge branch 'master' of https://github.com/GPflow/GPflow into hugh-broadcasting-conditional
Tip revision: 01206e1
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