https://github.com/GPflow/GPflow
Revision 95e4ca57fac77f700dc791f79ece570514cc3cb1 authored by Artem Artemev on 06 November 2019, 22:59:41 UTC, committed by Artem Artemev on 06 November 2019, 22:59:41 UTC
1 parent 1c80b70
Raw File
Tip revision: 95e4ca57fac77f700dc791f79ece570514cc3cb1 authored by Artem Artemev on 06 November 2019, 22:59:41 UTC
Move utility function to_default_* to utility module
Tip revision: 95e4ca5
.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