https://github.com/GPflow/GPflow
Revision fc40393ffa8109c707c08128355eb51a30aa589a authored by Vincent Dutordoir on 12 March 2020, 16:02:29 UTC, committed by GitHub on 12 March 2020, 16:02:29 UTC
Broadcasting kernels: rescue PR #895
1 parent 6f55e04
Raw File
Tip revision: fc40393ffa8109c707c08128355eb51a30aa589a authored by Vincent Dutordoir on 12 March 2020, 16:02:29 UTC
Broadcasting of kernels reintroduced (#1308)
Tip revision: fc40393
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