https://github.com/GPflow/GPflow
Revision e745e5e035adad72339b1c2f8aa45e1db3be08ce authored by Sergio Diaz on 15 March 2019, 10:23:41 UTC, committed by Sergio Diaz on 15 March 2019, 10:23:41 UTC
1 parent cff754c
Raw File
Tip revision: e745e5e035adad72339b1c2f8aa45e1db3be08ce authored by Sergio Diaz on 15 March 2019, 10:23:41 UTC
first changes for multi-output GPs
Tip revision: e745e5e
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