https://github.com/GPflow/GPflow
Revision acb9adf1e16c0373e416c3435a775f353d905fef authored by Artem Artemev on 02 July 2019, 17:45:55 UTC, committed by Artem Artemev on 02 July 2019, 17:45:55 UTC
2 parent s 474d541 + eda1cc7
Raw File
Tip revision: acb9adf1e16c0373e416c3435a775f353d905fef authored by Artem Artemev on 02 July 2019, 17:45:55 UTC
Merge GPflow2.0 introduction notebook
Tip revision: acb9adf
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