https://github.com/GPflow/GPflow
Revision 937222efe1867338f3f5b34c018bd9f7cba6cee8 authored by st-- on 16 July 2020, 20:02:21 UTC, committed by GitHub on 16 July 2020, 20:02:21 UTC
1 parent f1842a9
Raw File
Tip revision: 937222efe1867338f3f5b34c018bd9f7cba6cee8 authored by st-- on 16 July 2020, 20:02:21 UTC
fix bug in varying_noise notebook (#1526)
Tip revision: 937222e
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top