https://github.com/GPflow/GPflow
Revision d372b539d0df9c3e851d87f07a5cebe7523d0394 authored by Sergio Diaz on 26 March 2019, 10:21:22 UTC, committed by Sergio Diaz on 26 March 2019, 10:21:22 UTC
1 parent b8d1d68
Raw File
Tip revision: d372b539d0df9c3e851d87f07a5cebe7523d0394 authored by Sergio Diaz on 26 March 2019, 10:21:22 UTC
Removing ctt from non-parameters
Tip revision: d372b53
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