https://github.com/GPflow/GPflow
Revision 5bbd453ab1901bf0a3a4f4684ad5b4b7f8446902 authored by Artem Artemev on 16 October 2018, 22:22:44 UTC, committed by Artem Artemev on 16 October 2018, 22:22:44 UTC
1 parent e826dd2
Raw File
Tip revision: 5bbd453ab1901bf0a3a4f4684ad5b4b7f8446902 authored by Artem Artemev on 16 October 2018, 22:22:44 UTC
Cleaning up structure of GPflow 2.0
Tip revision: 5bbd453
.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