https://github.com/GPflow/GPflow
Revision cdf3c933ad89b98a64839efdfa41a027338b6d3e authored by Louis Tiao on 04 March 2022, 11:25:01 UTC, committed by GitHub on 04 March 2022, 11:25:01 UTC
1 parent 4bdd8a5
Raw File
Tip revision: cdf3c933ad89b98a64839efdfa41a027338b6d3e authored by Louis Tiao on 04 March 2022, 11:25:01 UTC
Fixed formatting of matrices in SGPR notebook (#1806)
Tip revision: cdf3c93
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