https://github.com/GPflow/GPflow
Revision 4ad62606e5bf1d88271f8c1001491450565b9202 authored by ST John on 18 June 2019, 09:32:01 UTC, committed by ST John on 18 June 2019, 09:32:01 UTC
1 parent 125846f
Raw File
Tip revision: 4ad62606e5bf1d88271f8c1001491450565b9202 authored by ST John on 18 June 2019, 09:32:01 UTC
add test_shape_asserts in aid of #964
Tip revision: 4ad6260
.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