https://github.com/GPflow/GPflow
Revision ab74944b4434fb88e09d17508fb50101ebca415d authored by st-- on 29 September 2022, 14:22:44 UTC, committed by GitHub on 29 September 2022, 14:22:44 UTC
* Update sgpr.py

* fix whitespace
1 parent 22347cd
Raw File
Tip revision: ab74944b4434fb88e09d17508fb50101ebca415d authored by st-- on 29 September 2022, 14:22:44 UTC
Fix SGPR docstring (#1986)
Tip revision: ab74944
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/sphinx/notebooks/*"
back to top