https://github.com/GPflow/GPflow
Revision 043f3b892cddbf8209f6417adcea93066cb4b908 authored by Sergio Diaz on 25 June 2019, 13:03:39 UTC, committed by Sergio Diaz on 25 June 2019, 13:03:39 UTC
1 parent 3cf5386
Raw File
Tip revision: 043f3b892cddbf8209f6417adcea93066cb4b908 authored by Sergio Diaz on 25 June 2019, 13:03:39 UTC
Printing DAGs, implemented and tested
Tip revision: 043f3b8
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