https://github.com/GPflow/GPflow
Revision a39317bf03307a272724388247fb20b4132391fb authored by st-- on 01 October 2019, 15:36:05 UTC, committed by Artem Artemev on 01 October 2019, 15:36:05 UTC
1 parent f9c3052
Raw File
Tip revision: a39317bf03307a272724388247fb20b4132391fb authored by st-- on 01 October 2019, 15:36:05 UTC
GPflow 2.0 notebook update: classification (#1044)
Tip revision: a39317b
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