https://github.com/GPflow/GPflow
Revision 55d342a0d0e44f3420877a8e9452adba7933ae72 authored by Artem Artemev on 11 April 2019, 21:09:00 UTC, committed by Artem Artemev on 11 April 2019, 21:09:00 UTC
1 parent 090dd1e
Raw File
Tip revision: 55d342a0d0e44f3420877a8e9452adba7933ae72 authored by Artem Artemev on 11 April 2019, 21:09:00 UTC
Move broadcasted conditionals tests
Tip revision: 55d342a
.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