https://github.com/GPflow/GPflow
Revision 12c7656a9be1a4db6c457bfe3e322f8977a61e9f authored by st-- on 31 August 2018, 17:57:46 UTC, committed by GitHub on 31 August 2018, 17:57:46 UTC
* add link to github.com/Joshuaalbert/heterogp in lieu of #735
* remove link to gpflow-monitor now that it's in GPflow itself, ok'd by @markvdw
1 parent a2afcee
Raw File
Tip revision: 12c7656a9be1a4db6c457bfe3e322f8977a61e9f authored by st-- on 31 August 2018, 17:57:46 UTC
add link to github.com/Joshuaalbert/heterogp in lieu of #735 (#773)
Tip revision: 12c7656
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