https://github.com/GPflow/GPflow
Revision 191a1c2cc9e329fd256ab09a63e97dac40f7f567 authored by Vincent Dutordoir on 04 February 2019, 10:57:34 UTC, committed by Artem Artemev on 04 February 2019, 10:57:34 UTC
1 parent 771de3e
Raw File
Tip revision: 191a1c2cc9e329fd256ab09a63e97dac40f7f567 authored by Vincent Dutordoir on 04 February 2019, 10:57:34 UTC
Broadcasting of conditionals (#895)
Tip revision: 191a1c2
.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