https://github.com/GPflow/GPflow
Revision 3dad74625d630c8f44a9f5f5a6c2b3c86d361644 authored by Artem Artemev on 30 October 2019, 16:55:12 UTC, committed by GitHub on 30 October 2019, 16:55:12 UTC
1 parent 7b59483
Raw File
Tip revision: 3dad74625d630c8f44a9f5f5a6c2b3c86d361644 authored by Artem Artemev on 30 October 2019, 16:55:12 UTC
Multiple assign (#1125)
Tip revision: 3dad746
.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