https://github.com/GPflow/GPflow
Revision 6351237537b5a8bde53d837e37eb14820a42e23c authored by ST John on 16 October 2019, 16:04:45 UTC, committed by ST John on 16 October 2019, 16:04:45 UTC
1 parent 3622c36
Raw File
Tip revision: 6351237537b5a8bde53d837e37eb14820a42e23c authored by ST John on 16 October 2019, 16:04:45 UTC
reactivate SGPR equivalence test
Tip revision: 6351237
.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