https://github.com/GPflow/GPflow
Revision 4413278de11de49af5fa02c07e5efef30e9d21bc authored by Hugh Salimbeni on 21 November 2018, 19:39:50 UTC, committed by GitHub on 21 November 2018, 19:39:50 UTC
1 parent 84da5d5
Raw File
Tip revision: 4413278de11de49af5fa02c07e5efef30e9d21bc authored by Hugh Salimbeni on 21 November 2018, 19:39:50 UTC
put the extra 0 back on the bernoulli mc test
Tip revision: 4413278
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