https://github.com/GPflow/GPflow
Revision 8ead03c7b7f42a1118bab7092063f842cb3ff711 authored by Sergio Diaz on 25 June 2019, 16:20:32 UTC, committed by Sergio Diaz on 25 June 2019, 16:20:32 UTC
1 parent 043f3b8
Raw File
Tip revision: 8ead03c7b7f42a1118bab7092063f842cb3ff711 authored by Sergio Diaz on 25 June 2019, 16:20:32 UTC
Printing DAGs, implemented and tested
Tip revision: 8ead03c
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