https://github.com/GPflow/GPflow
Revision 0937f85295eb7c3456c3f236cb09d08eb12fc0fb authored by akhayes on 02 September 2019, 15:19:15 UTC, committed by Artem Artemev on 02 September 2019, 15:19:15 UTC
1 parent d639a52
Raw File
Tip revision: 0937f85295eb7c3456c3f236cb09d08eb12fc0fb authored by akhayes on 02 September 2019, 15:19:15 UTC
Copyedits: handling TensorFlow graphs and sessions (#1024)
Tip revision: 0937f85
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top