https://github.com/GPflow/GPflow
Revision a78c46faeb553fa78a52f5f40aaaf4a7dcc0ddce authored by Vincent Adam on 07 March 2019, 17:10:26 UTC, committed by st-- on 07 March 2019, 17:10:26 UTC
1 parent cb34808
Raw File
Tip revision: a78c46faeb553fa78a52f5f40aaaf4a7dcc0ddce authored by Vincent Adam on 07 March 2019, 17:10:26 UTC
Fixing bad docstrings in conditionals (#952)
Tip revision: a78c46f
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