https://github.com/GPflow/GPflow
Revision 8b140954a7b9291f52b097cddf028f68cb1fb708 authored by Ayman Boustati on 20 February 2019, 12:34:14 UTC, committed by Ayman Boustati on 20 February 2019, 12:34:14 UTC
1 parent 5f037b4
Raw File
Tip revision: 8b140954a7b9291f52b097cddf028f68cb1fb708 authored by Ayman Boustati on 20 February 2019, 12:34:14 UTC
clean up of multioutput notebook and link to other notebooks
Tip revision: 8b14095
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