https://github.com/GPflow/GPflow
Revision 2a16f04f2fc020384edd2c97025681ebde603f3e authored by Hugh Salimbeni on 16 September 2018, 16:30:26 UTC, committed by GitHub on 16 September 2018, 16:30:26 UTC
pending arxiv/nips 2018 publication
1 parent 83631b7
Raw File
Tip revision: 2a16f04f2fc020384edd2c97025681ebde603f3e authored by Hugh Salimbeni on 16 September 2018, 16:30:26 UTC
added link to orthogonally decoupled repo
Tip revision: 2a16f04
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