https://github.com/GPflow/GPflow
Revision 635fcc1f2c539651b4113e542397ce3a5aa65f59 authored by vdutor on 20 December 2018, 17:15:21 UTC, committed by vdutor on 20 December 2018, 17:15:21 UTC
1 parent a1ded81
Raw File
Tip revision: 635fcc1f2c539651b4113e542397ce3a5aa65f59 authored by vdutor on 20 December 2018, 17:15:21 UTC
Work on broadcasting samples
Tip revision: 635fcc1
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