https://github.com/GPflow/GPflow
Revision 015975ed9551ceb13f7e9e08af8a6cc85eb88b41 authored by Vincent Dutordoir on 07 November 2019, 14:01:37 UTC, committed by Artem Artemev on 07 November 2019, 14:01:37 UTC
1 parent bc68c52
Raw File
Tip revision: 015975ed9551ceb13f7e9e08af8a6cc85eb88b41 authored by Vincent Dutordoir on 07 November 2019, 14:01:37 UTC
Fig importing bug in changepoints kernel (#1133)
Tip revision: 015975e
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

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