https://github.com/GPflow/GPflow
Revision 913bfe30b3fb898192d210fc97357548940ffb5e authored by James Hensman on 27 April 2018, 08:12:54 UTC, committed by GitHub on 27 April 2018, 08:12:54 UTC
* removing old notebooks dir 
* add symbolic link to notebooks
1 parent f31223c
Raw File
Tip revision: 913bfe30b3fb898192d210fc97357548940ffb5e authored by James Hensman on 27 April 2018, 08:12:54 UTC
Minor clean-up
Tip revision: 913bfe3
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