https://github.com/GPflow/GPflow
Revision 4701ee0c3bcb83b379d4ae6561ac1517bfc19e2e authored by Artem Artemev on 26 March 2019, 11:48:32 UTC, committed by Artem Artemev on 26 March 2019, 11:48:32 UTC
1 parent ca60ebe
Raw File
Tip revision: 4701ee0c3bcb83b379d4ae6561ac1517bfc19e2e authored by Artem Artemev on 26 March 2019, 11:48:32 UTC
Add cosmetic changes
Tip revision: 4701ee0
.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