https://github.com/GPflow/GPflow
Revision 071fda5f06e69f4c865d0fba9bd5646c02bc9a59 authored by vdutor on 07 January 2019, 09:50:54 UTC, committed by vdutor on 07 January 2019, 09:50:54 UTC
1 parent 04006b7
Raw File
Tip revision: 071fda5f06e69f4c865d0fba9bd5646c02bc9a59 authored by vdutor on 07 January 2019, 09:50:54 UTC
Work on sampling broadcasting conditionals
Tip revision: 071fda5
.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