https://github.com/GPflow/GPflow
Revision 6761391e7bfcb192b0aeac9b98b1ee02848bd2b5 authored by Artem Artemev on 09 October 2018, 20:18:15 UTC, committed by Artem Artemev on 09 October 2018, 20:18:15 UTC
1 parent cbc5d2b
Raw File
Tip revision: 6761391e7bfcb192b0aeac9b98b1ee02848bd2b5 authored by Artem Artemev on 09 October 2018, 20:18:15 UTC
Resturcturing gpflow
Tip revision: 6761391
.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