https://github.com/GPflow/GPflow
Revision 5c6b240df8c395198358ca47fb1f3bc654be75c2 authored by Artem Artemev on 01 November 2018, 16:19:13 UTC, committed by Artem Artemev on 01 November 2018, 16:19:13 UTC
1 parent 55defea
Raw File
Tip revision: 5c6b240df8c395198358ca47fb1f3bc654be75c2 authored by Artem Artemev on 01 November 2018, 16:19:13 UTC
Debugging classification notebook
Tip revision: 5c6b240
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