https://github.com/GPflow/GPflow
Revision 5a5c34e476ea8ce25d415f002d2418be5bea1e92 authored by Sergio Pascual on 07 October 2019, 14:59:11 UTC, committed by GitHub on 07 October 2019, 14:59:11 UTC
2 parent s cba9732 + 5654336
Raw File
Tip revision: 5a5c34e476ea8ce25d415f002d2418be5bea1e92 authored by Sergio Pascual on 07 October 2019, 14:59:11 UTC
Merge pull request #1085 from GPflow/sergio_pasc/gpflow-2.0/updated-print-summary-tests
Tip revision: 5a5c34e
.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