https://github.com/GPflow/GPflow
Revision a8f487ae83a8615d4c78f1ce728dc99d71b5e6cb authored by Mark van der Wilk on 08 February 2018, 13:01:45 UTC, committed by GitHub on 08 February 2018, 13:01:45 UTC
1 parent d1ac7b8
Raw File
Tip revision: a8f487ae83a8615d4c78f1ce728dc99d71b5e6cb authored by Mark van der Wilk on 08 February 2018, 13:01:45 UTC
Some more Parameter inits respect default parameters. (#647)
Tip revision: a8f487a
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