https://github.com/GPflow/GPflow
Revision ce651148ab06b95767a809946f9c1535445bd4d3 authored by st-- on 23 March 2020, 13:40:55 UTC, committed by GitHub on 23 March 2020, 13:40:55 UTC
1 parent 43408ce
Raw File
Tip revision: ce651148ab06b95767a809946f9c1535445bd4d3 authored by st-- on 23 March 2020, 13:40:55 UTC
gpflow2 upgrade guide: fix the Parameter.value -> Parameter.numpy() section (#1358)
Tip revision: ce65114
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