https://github.com/GPflow/GPflow
Revision f867d66b7c9e3f7eb1b841b2bdf1e23369aaf53c authored by st-- on 08 May 2018, 19:57:48 UTC, committed by Artem Artemev on 08 May 2018, 19:57:48 UTC
1 parent 20a006f
Raw File
Tip revision: f867d66b7c9e3f7eb1b841b2bdf1e23369aaf53c authored by st-- on 08 May 2018, 19:57:48 UTC
Improve docstring of Periodic kernel (#745)
Tip revision: f867d66
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