https://github.com/GPflow/GPflow
Revision bd6c66d2b138063810c9f82ac703add7bdb49b32 authored by Hugh Salimbeni on 21 November 2018, 15:48:14 UTC, committed by Hugh Salimbeni on 21 November 2018, 15:48:14 UTC
1 parent 14423f0
Raw File
Tip revision: bd6c66d2b138063810c9f82ac703add7bdb49b32 authored by Hugh Salimbeni on 21 November 2018, 15:48:14 UTC
broadcasting conditional and small fix to sample full cov
Tip revision: bd6c66d
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top