https://github.com/GPflow/GPflow
Revision f8deb4ca6101eb2a55a7c688ec2d66422166fc3d authored by st-- on 27 September 2018, 09:24:45 UTC, committed by GitHub on 27 September 2018, 09:24:45 UTC
1 parent bb3d1f4
Raw File
Tip revision: f8deb4ca6101eb2a55a7c688ec2d66422166fc3d authored by st-- on 27 September 2018, 09:24:45 UTC
clean up GPR docstrings (#859)
Tip revision: f8deb4c
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