https://github.com/GPflow/GPflow
Revision d0c78d01c815dfeaf0cf9fbba39fa719dceb0b87 authored by joelberkeley-pio on 28 May 2020, 16:04:34 UTC, committed by GitHub on 28 May 2020, 16:04:34 UTC
1 parent 3ed381c
Raw File
Tip revision: d0c78d01c815dfeaf0cf9fbba39fa719dceb0b87 authored by joelberkeley-pio on 28 May 2020, 16:04:34 UTC
Allow users to pass an iterable to set_trainable (#1486)
Tip revision: d0c78d0
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