https://github.com/GPflow/GPflow
Revision 5a945d67b37120610880c3323224a4e86404ae1d authored by Vincent Dutordoir on 27 August 2020, 11:07:08 UTC, committed by GitHub on 27 August 2020, 11:07:08 UTC
* Broadcasting constant and zero mean function

* Use rank instead of ndim
1 parent 903b60d
Raw File
Tip revision: 5a945d67b37120610880c3323224a4e86404ae1d authored by Vincent Dutordoir on 27 August 2020, 11:07:08 UTC
Broadcasting constant and zero mean function (#1550)
Tip revision: 5a945d6
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