https://github.com/GPflow/GPflow
Revision 4aec21eb403c46237e9597e3848390a926e657cf authored by akhayes on 13 August 2019, 12:46:19 UTC, committed by Artem Artemev on 13 August 2019, 12:46:19 UTC
1 parent 8bd6f2a
Raw File
Tip revision: 4aec21eb403c46237e9597e3848390a926e657cf authored by akhayes on 13 August 2019, 12:46:19 UTC
GPflow manual - additional minor edits to tips and tricks page (#1016)
Tip revision: 4aec21e
.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