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
.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