https://github.com/GPflow/GPflow
Revision 74cf61bdaa5b61b8a61fb3115eb6c664a5dcf955 authored by Sergio Diaz on 07 October 2019, 14:10:45 UTC, committed by Sergio Diaz on 07 October 2019, 14:10:45 UTC
1 parent e3c3f96
Raw File
Tip revision: 74cf61bdaa5b61b8a61fb3115eb6c664a5dcf955 authored by Sergio Diaz on 07 October 2019, 14:10:45 UTC
Test on print_summary now checks string output straight
Tip revision: 74cf61b
.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