https://github.com/GPflow/GPflow
Revision 520f15d1bed09e9497e549e36281eff87d9b09c6 authored by Artem Artemev on 18 March 2019, 14:34:21 UTC, committed by Artem Artemev on 18 March 2019, 14:34:21 UTC
1 parent 4ee5e62
Raw File
Tip revision: 520f15d1bed09e9497e549e36281eff87d9b09c6 authored by Artem Artemev on 18 March 2019, 14:34:21 UTC
Add broadcasted conditionals test
Tip revision: 520f15d
.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