https://github.com/GPflow/GPflow
Revision fa79152af3af4b420d9ab747f8bfb3c35b8d4a5e authored by Hugh Salimbeni on 23 February 2018, 13:01:45 UTC, committed by Hugh Salimbeni on 23 February 2018, 13:01:45 UTC
1 parent 1ffbcd2
Raw File
Tip revision: fa79152af3af4b420d9ab747f8bfb3c35b8d4a5e authored by Hugh Salimbeni on 23 February 2018, 13:01:45 UTC
started combination optimizer
Tip revision: fa79152
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