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
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top