https://github.com/GPflow/GPflow
Revision c8b86d3ba097b2e75c9f6bbc2b386626e13bee1e authored by Artem Artemev on 09 September 2018, 22:18:09 UTC, committed by Artem Artemev on 09 September 2018, 22:18:09 UTC
1 parent fd6beaa
Raw File
Tip revision: c8b86d3ba097b2e75c9f6bbc2b386626e13bee1e authored by Artem Artemev on 09 September 2018, 22:18:09 UTC
New line in docstrings of Stationary kernels
Tip revision: c8b86d3
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