https://github.com/GPflow/GPflow
Revision 236c4a698221e511906e98330791e55ed54074a9 authored by Artem Artemev on 10 March 2018, 23:18:59 UTC, committed by Artem Artemev on 10 March 2018, 23:18:59 UTC
1 parent 4be4f07
Raw File
Tip revision: 236c4a698221e511906e98330791e55ed54074a9 authored by Artem Artemev on 10 March 2018, 23:18:59 UTC
Fixing bug in tf.group. Cleaning up documentation.
Tip revision: 236c4a6
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